diff options
| author | 2011-12-01 11:23:15 -0800 | |
|---|---|---|
| committer | 2011-12-01 11:23:15 -0800 | |
| commit | 075bd9eb93449fb0a5c6da1379e11f51f8379794 (patch) | |
| tree | 437b268b35661699c0fb6b45263a190d2ad71509 | |
| parent | 4fec974c2f75886516509699ccfc0100b029fe4d (diff) | |
| parent | 4f9269323b2d8d945d33f9bd79d8b8c3ab6bc3b0 (diff) | |
am 4f926932: am acf1038a: docs: remove broken link from renderscript docs bug: 5696178
* commit '4f9269323b2d8d945d33f9bd79d8b8c3ab6bc3b0':
docs: remove broken link from renderscript docs bug: 5696178
| -rw-r--r-- | docs/html/guide/topics/renderscript/index.jd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/html/guide/topics/renderscript/index.jd b/docs/html/guide/topics/renderscript/index.jd index eb773109e427..148705cfbca1 100644 --- a/docs/html/guide/topics/renderscript/index.jd +++ b/docs/html/guide/topics/renderscript/index.jd @@ -151,10 +151,9 @@ page.title=RenderScript defining two-, three-, or four-vectors.</li> </ul> - <p>The <a href="{@docRoot}guide/topics/renderscript/rs-api/files.html">RenderScript header files</a> - and LLVM front-end libraries are located in the <code>include</code> and - <code>clang-include</code> directories in the - <code><sdk_root>/platforms/android-11/renderscript</code> directory of the Android SDK. The + <p>The RenderScript header files and LLVM front-end libraries are located in the <code>include/</code> and + <code>clang-include/</code> directories in the + <code><sdk_root>/platforms/android-11/renderscript/</code> directory of the Android SDK. The headers are automatically included for you, except for the RenderScript graphics specific header file, which you can include as follows:</p> <pre> |