summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-11-04 18:33:43 -0800
committerScott Main <smain@google.com>2013-11-04 18:36:59 -0800
commitd7abd97f64fd35d333655b5b71c0844a1e7a4d97 (patch)
tree79bae4b244ce980dfd988398a4e63e5290a668b3 /docs/html/training
parent9399d91944e38bc33f5bed8fb141fd400d436709 (diff)
downloadframeworks_base-d7abd97f64fd35d333655b5b71c0844a1e7a4d97.zip
frameworks_base-d7abd97f64fd35d333655b5b71c0844a1e7a4d97.tar.gz
frameworks_base-d7abd97f64fd35d333655b5b71c0844a1e7a4d97.tar.bz2
fix broken links
Change-Id: I7856386f5abc923f88123ff1b5195f8a40acd879
Diffstat (limited to 'docs/html/training')
-rw-r--r--docs/html/training/beam-files/send-files.jd2
-rw-r--r--docs/html/training/custom-views/create-view.jd2
-rw-r--r--docs/html/training/gestures/scroll.jd2
-rw-r--r--docs/html/training/location/location-testing.jd4
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/training/beam-files/send-files.jd b/docs/html/training/beam-files/send-files.jd
index 917b87f..40f706f 100644
--- a/docs/html/training/beam-files/send-files.jd
+++ b/docs/html/training/beam-files/send-files.jd
@@ -139,7 +139,7 @@ trainingnavtop=true
&lt;uses-feature android:name="android.hardware.nfc" android:required="false" /&gt;</pre>
<p>
If you set the attribute
- <code><a href="guide/topics/manifest/uses-feature-element.html#required"
+ <code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#required"
>android:required</a>="false"</code>, you must test for NFC support and Android Beam file
transfer support in code.
</p>
diff --git a/docs/html/training/custom-views/create-view.jd b/docs/html/training/custom-views/create-view.jd
index b849cb3..11be85f 100644
--- a/docs/html/training/custom-views/create-view.jd
+++ b/docs/html/training/custom-views/create-view.jd
@@ -22,7 +22,7 @@ next.link=custom-drawing.html
<h2>You should also read</h2>
<ul>
- <li><a href="{@docRoot}/guide/topics/ui/custom-components.html">Custom Components</a>
+ <li><a href="{@docRoot}guide/topics/ui/custom-components.html">Custom Components</a>
</li>
</ul>
<h2>Try it out</h2>
diff --git a/docs/html/training/gestures/scroll.jd b/docs/html/training/gestures/scroll.jd
index 09fcc4e..4b82d69 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.html">Dragging and Scaling</a>.</li>
+<a href="scale.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/location/location-testing.jd b/docs/html/training/location/location-testing.jd
index e36bac1..5021fc0 100644
--- a/docs/html/training/location/location-testing.jd
+++ b/docs/html/training/location/location-testing.jd
@@ -11,7 +11,7 @@ trainingnavtop=true
<ol>
<li><a href="#TurnOnMockMode">Turn On Mock Mode</a></li>
<li><a href="#SendMockLocations">Send Mock Locations</a></li>
- <li><a href="RunProvider">Run the Mock Location Provider App</a></li>
+ <li><a href="#RunProvider">Run the Mock Location Provider App</a></li>
<li><a href="#TestingTips">Testing Tips</a>
</ol>
@@ -62,7 +62,7 @@ trainingnavtop=true
The best way to use mock locations is to send them from a separate mock location provider app.
This lesson includes a provider app that you can download and use to test your own software.
Modify the provider app as necessary to suit your own needs. Some ideas for providing test data
- to the app are listed in the section <a href="TestData">Managing test data</a>.
+ to the app are listed in the section <a href="#TestData">Managing test data</a>.
</p>
<p>
The remainder of this lesson shows you how to turn on mock mode and use a location client to