Skip to content

Commit b6322a5

Browse files
committed
docs: fix broken links
bug: 5542371 Change-Id: If04b39918a54ccc163d255bf75d566f1875dac0a
1 parent babb720 commit b6322a5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/html/guide/topics/graphics/2d-graphics.jd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,8 @@ use your Canvas to draw a Bitmap handled by the system.</p>
130130
<p class="note"><strong>Note: </strong> In order to request an invalidate from a thread other than your main
131131
Activity's thread, you must call <code>{@link android.view.View#postInvalidate()}</code>.</p>
132132

133-
<p>Also read <a href="{@docRoot}guide/topics/ui/custom-components.html">Building Custom Components</a>
134-
for a guide to extending a View class, and <a href="2d-graphics.html">2D Graphics: Drawables</a> for
135-
information on using Drawable objects like images from your resources and other primitive shapes.</p>
133+
<p>For information about extending the {@link android.view.View} class, read
134+
<a href="{@docRoot}guide/topics/ui/custom-components.html">Building Custom Components</a>.</p>
136135

137136
<p>For a sample application, see the Snake game, in the SDK samples folder:
138137
<code>&lt;your-sdk-directory>/samples/Snake/</code>.</p>
@@ -188,7 +187,7 @@ browse the source in the <a href="{@docRoot}guide/samples/index.html">Sample Cod
188187

189188
<p>This document discusses the basics of using Drawable objects to draw graphics and how to use a
190189
couple subclasses of the Drawable class. For information on using Drawables to do frame-by-frame
191-
animation, see <a href="{@docRoot}guide/topics/animation/drawable-animation.html">Drawable
190+
animation, see <a href="{@docRoot}guide/topics/graphics/drawable-animation.html">Drawable
192191
Animation</a>.</p>
193192

194193
<p>A {@link android.graphics.drawable.Drawable} is a general abstraction for "something that can be

0 commit comments

Comments
 (0)