Skip to content

Commit acf1038

Browse files
committed
docs: remove broken link from renderscript docs
bug: 5696178 Change-Id: I78285ac67749fb3936e359968d28bbeb539ea7dc
1 parent 2d9f462 commit acf1038

File tree

1 file changed

+3
-4
lines changed
  • docs/html/guide/topics/renderscript

1 file changed

+3
-4
lines changed

docs/html/guide/topics/renderscript/index.jd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,9 @@ page.title=RenderScript
151151
defining two-, three-, or four-vectors.</li>
152152
</ul>
153153

154-
<p>The <a href="{@docRoot}guide/topics/renderscript/rs-api/files.html">RenderScript header files</a>
155-
and LLVM front-end libraries are located in the <code>include</code> and
156-
<code>clang-include</code> directories in the
157-
<code>&lt;sdk_root&gt;/platforms/android-11/renderscript</code> directory of the Android SDK. The
154+
<p>The RenderScript header files and LLVM front-end libraries are located in the <code>include/</code> and
155+
<code>clang-include/</code> directories in the
156+
<code>&lt;sdk_root&gt;/platforms/android-11/renderscript/</code> directory of the Android SDK. The
158157
headers are automatically included for you, except for the RenderScript graphics specific header file, which
159158
you can include as follows:</p>
160159
<pre>

0 commit comments

Comments
 (0)