summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-08-01 11:31:38 -0700
committerScott Main <smain@google.com>2013-08-01 11:31:38 -0700
commit27c57555db9d626f0c20d68d75dd5a3e9832c9b9 (patch)
tree050f5b3df212ad7ecf1782059146321e24fabd9f /docs/html/training
parentcc0be914a9d8f733a82ecb22d56169a32492cb8f (diff)
downloadframeworks_base-27c57555db9d626f0c20d68d75dd5a3e9832c9b9.zip
frameworks_base-27c57555db9d626f0c20d68d75dd5a3e9832c9b9.tar.gz
frameworks_base-27c57555db9d626f0c20d68d75dd5a3e9832c9b9.tar.bz2
fix misc broken links
Change-Id: Iecd3462e752eddd0aa2feea3a7e9cf5ff2d92dd3
Diffstat (limited to 'docs/html/training')
-rw-r--r--docs/html/training/gestures/scroll.jd2
-rw-r--r--docs/html/training/load-data-background/index.jd3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/training/gestures/scroll.jd b/docs/html/training/gestures/scroll.jd
index 3e3aa14..09fcc4e 100644
--- a/docs/html/training/gestures/scroll.jd
+++ b/docs/html/training/gestures/scroll.jd
@@ -95,7 +95,7 @@ two different types of scrolling, dragging and flinging:</p>
finger across the touch screen. Simple dragging is often implemented by overriding
{@link android.view.GestureDetector.OnGestureListener#onScroll onScroll()} in
{@link android.view.GestureDetector.OnGestureListener}. For more discussion of dragging, see
-<a href="dragging.jd">Dragging and Scaling</a>.</li>
+<a href="dragging.html">Dragging and Scaling</a>.</li>
<li><strong>Flinging</strong> is the type of scrolling that occurs when a user
drags and lifts her finger quickly. After the user lifts her finger, you generally
diff --git a/docs/html/training/load-data-background/index.jd b/docs/html/training/load-data-background/index.jd
index 221ae57..29108e8 100644
--- a/docs/html/training/load-data-background/index.jd
+++ b/docs/html/training/load-data-background/index.jd
@@ -54,7 +54,8 @@ startpage=true
</p>
<p>
This class describes how to use a {@link android.support.v4.content.CursorLoader} to run a
- background query. Examples in this class use the {@link android.support.v4 v4 support library}
+ background query. Examples in this class use the <a
+ href="{@docRoot}tools/support-library/features.html#v4">v4 Support Library</a>
versions of classes, which support platforms starting with Android 1.6.
</p>
<h2>Lessons</h2>