diff options
author | Scott Main <smain@google.com> | 2011-02-15 13:18:30 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-02-15 16:00:37 -0800 |
commit | 13033ea52714d48d754c6bc8fccb18514c645a47 (patch) | |
tree | 73ddd7b90a72ce51724cc0b09a8a5d1945dad494 /docs/html/sdk | |
parent | a460a9ac79bb79c2a410401a907a6bdf21320746 (diff) | |
download | frameworks_base-13033ea52714d48d754c6bc8fccb18514c645a47.zip frameworks_base-13033ea52714d48d754c6bc8fccb18514c645a47.tar.gz frameworks_base-13033ea52714d48d754c6bc8fccb18514c645a47.tar.bz2 |
docs: fix misc broken links
Change-Id: Id7d0ee36398aca452ceb2c3d15982397f58a06c6
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/android-3.0.jd | 4 | ||||
-rw-r--r-- | docs/html/sdk/preview/start.jd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/sdk/android-3.0.jd b/docs/html/sdk/android-3.0.jd index 136bcd9..c9738bc 100644 --- a/docs/html/sdk/android-3.0.jd +++ b/docs/html/sdk/android-3.0.jd @@ -353,8 +353,8 @@ loader for your activity or fragment.</p> <p>For more information, read the <a href="{@docRoot}guide/topics/providers/loaders.html">Loaders</a> documentation. You can also see example code using loaders in the <a -href="{@docRoot}samples/ApiDemos/src/com/example/android/apis/app/FragmentListCursorLoader.html"> -FragmentListCursorLoader</a> and <a +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/FragmentListCursorLoader.html">FragmentListCursorLoader</a> +and <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.html"> LoaderThrottle</a> samples.</p> diff --git a/docs/html/sdk/preview/start.jd b/docs/html/sdk/preview/start.jd index 3bf70b3..d6e442e 100644 --- a/docs/html/sdk/preview/start.jd +++ b/docs/html/sdk/preview/start.jd @@ -46,7 +46,7 @@ To get the samples, download them from the SDK repository using the Android SDK the samples are located in <code><sdk_root>/samples/android-Honeycomb</code>. The list of links below helps you find samples for the features you are interested in:</p> <ul> - <li><a href="{@docRoot}resources/samples/Honeycomb-Gallery/index.html">Honeycomb Gallery</a> - + <li><a href="{@docRoot}resources/samples/HoneycombGallery/index.html">Honeycomb Gallery</a> - A demo application highlighting how to use some of the new APIs in Honeycomb, including fragments, the action bar, drag and drop, transition animations, and a stack widget.</li> <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment">Fragments</a> |