diff options
| author | 2016-06-17 16:29:47 -0700 | |
|---|---|---|
| committer | 2016-06-17 16:29:47 -0700 | |
| commit | ab5de09e7ea04de06f93c919904b0b5709d9042c (patch) | |
| tree | ef1b54398cd1dd81f426a8ba208aae4fc9a2aeea | |
| parent | 3c8b96ad1f1a42a5ae7bacd9234bcd6e7219a924 (diff) | |
Docs: Changed sample link under Related Samples
Changed the Hello Compute sample link to point to Github Android Samples page
Bug: 28928053
Change-Id: I0673620f8beb03297b5dea0b50f4ddbd9d6e25db
| -rwxr-xr-x | docs/html/guide/topics/renderscript/compute.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/renderscript/compute.jd b/docs/html/guide/topics/renderscript/compute.jd index 564215ead4af..fc795ff6a63f 100755 --- a/docs/html/guide/topics/renderscript/compute.jd +++ b/docs/html/guide/topics/renderscript/compute.jd @@ -21,7 +21,7 @@ parent.link=index.html <h2>Related Samples</h2> <ol> - <li><a href="{@docRoot}resources/samples/RenderScript/HelloCompute/index.html">Hello + <li><a class="external-link"href="https://github.com/android/platform_development/tree/master/samples/RenderScript/HelloCompute">Hello Compute</a></li> </ol> </div> |