Skip to content

Commit

Permalink
Merge "docs: fix renderscript links that currently require redirect" …
Browse files Browse the repository at this point in the history
…into jb-mr1-dev
  • Loading branch information
scottamain authored and Android (Google) Code Review committed Feb 6, 2013
2 parents d6e0c14 + b47fa16 commit 00f4908
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/html/about/versions/android-3.0.jd
Expand Up @@ -571,7 +571,7 @@ as a special, platform-independent shader language for maximum performance. Usin
can accelerate graphics operations and data processing. Renderscript is an ideal way to create
high-performance 3D effects for applications, wallpapers, carousels, and more.</p>
<p>For more information, see the <a
href="{@docRoot}guide/topics/graphics/renderscript.html">3D Rendering and Computation with
href="{@docRoot}guide/topics/renderscript/index.html">3D Rendering and Computation with
Renderscript</a> documentation.</p></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion docs/html/sitemap.txt
Expand Up @@ -2611,7 +2611,7 @@ http://developer.android.com/reference/android/inputmethodservice/Keyboard.html
http://developer.android.com/reference/android/support/v4/view/PagerTabStrip.html
http://developer.android.com/reference/android/support/v4/view/PagerTitleStrip.html
http://developer.android.com/reference/android/renderscript/RSSurfaceView.html
http://developer.android.com/guide/topics/graphics/renderscript.html
http://developer.android.com/guide/topics/renderscript/index.html
http://developer.android.com/reference/android/renderscript/RSTextureView.html
http://developer.android.com/reference/android/appwidget/AppWidgetHost.html
http://developer.android.com/reference/javax/xml/XMLConstants.html
Expand Down
2 changes: 1 addition & 1 deletion graphics/java/android/renderscript/Allocation.java
Expand Up @@ -67,7 +67,7 @@
* <div class="special reference">
* <h3>Developer Guides</h3>
* <p>For more information about creating an application that uses Renderscript, read the
* <a href="{@docRoot}guide/topics/graphics/renderscript.html">Renderscript</a> developer guide.</p>
* <a href="{@docRoot}guide/topics/renderscript/index.html">Renderscript</a> developer guide.</p>
* </div>
**/
public class Allocation extends BaseObj {
Expand Down
2 changes: 1 addition & 1 deletion graphics/java/android/renderscript/Element.java
Expand Up @@ -44,7 +44,7 @@
* <div class="special reference">
* <h3>Developer Guides</h3>
* <p>For more information about creating an application that uses Renderscript, read the
* <a href="{@docRoot}guide/topics/graphics/renderscript.html">Renderscript</a> developer guide.</p>
* <a href="{@docRoot}guide/topics/renderscript/index.html">Renderscript</a> developer guide.</p>
* </div>
**/
public class Element extends BaseObj {
Expand Down
2 changes: 1 addition & 1 deletion graphics/java/android/renderscript/RSSurfaceView.java
Expand Up @@ -36,7 +36,7 @@
* <div class="special reference">
* <h3>Developer Guides</h3>
* <p>For more information about creating an application that uses Renderscript, read the
* <a href="{@docRoot}guide/topics/graphics/renderscript.html">Renderscript</a> developer guide.</p>
* <a href="{@docRoot}guide/topics/renderscript/index.html">Renderscript</a> developer guide.</p>
* </div>
*/
public class RSSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
Expand Down
2 changes: 1 addition & 1 deletion graphics/java/android/renderscript/RenderScript.java
Expand Up @@ -41,7 +41,7 @@
* <div class="special reference">
* <h3>Developer Guides</h3>
* <p>For more information about creating an application that uses Renderscript, read the
* <a href="{@docRoot}guide/topics/graphics/renderscript.html">Renderscript</a> developer guide.</p>
* <a href="{@docRoot}guide/topics/renderscript/index.html">Renderscript</a> developer guide.</p>
* </div>
**/
public class RenderScript {
Expand Down
2 changes: 1 addition & 1 deletion graphics/java/android/renderscript/RenderScriptGL.java
Expand Up @@ -39,7 +39,7 @@
* <div class="special reference">
* <h3>Developer Guides</h3>
* <p>For more information about creating an application that uses Renderscript, read the
* <a href="{@docRoot}guide/topics/graphics/renderscript.html">Renderscript</a> developer guide.</p>
* <a href="{@docRoot}guide/topics/renderscript/index.html">Renderscript</a> developer guide.</p>
* </div>
**/
public class RenderScriptGL extends RenderScript {
Expand Down
2 changes: 1 addition & 1 deletion graphics/java/android/renderscript/Type.java
Expand Up @@ -38,7 +38,7 @@
* <div class="special reference">
* <h3>Developer Guides</h3>
* <p>For more information about creating an application that uses Renderscript, read the
* <a href="{@docRoot}guide/topics/graphics/renderscript.html">Renderscript</a> developer guide.</p>
* <a href="{@docRoot}guide/topics/renderscript/index.html">Renderscript</a> developer guide.</p>
* </div>
**/
public class Type extends BaseObj {
Expand Down
2 changes: 1 addition & 1 deletion graphics/java/android/renderscript/package.html
Expand Up @@ -4,7 +4,7 @@
carrying out mathematical calculations and 3D graphics rendering.</p>

<p>For more information, see the
<a href="{@docRoot}guide/topics/graphics/renderscript.html">Renderscript</a> developer guide.</p>
<a href="{@docRoot}guide/topics/renderscript/index.html">Renderscript</a> developer guide.</p>
{@more}

<p>An example of Renderscript in applications include the 3D carousel view that is present in
Expand Down

0 comments on commit 00f4908

Please sign in to comment.