summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-01-07 10:18:45 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-01-07 10:18:45 -0800
commitd88588935e3a09b4b13753d55dbe8a8e9ed240a1 (patch)
treefe51feb1e18c755f855e6cb865e8191be65c9776 /docs/html
parentce60d4b27e17d98423fd339f61e8b746866f1f4e (diff)
parent90b04c5170a141034d63debe4e04dcefc8b997f6 (diff)
downloadframeworks_base-d88588935e3a09b4b13753d55dbe8a8e9ed240a1.zip
frameworks_base-d88588935e3a09b4b13753d55dbe8a8e9ed240a1.tar.gz
frameworks_base-d88588935e3a09b4b13753d55dbe8a8e9ed240a1.tar.bz2
Merge "docs: fix some broken links" into eclair
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/guide/samples/index.jd2
-rw-r--r--docs/html/resources/articles/qsb.jd4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd
index fc437e9..7923532 100644
--- a/docs/html/guide/samples/index.jd
+++ b/docs/html/guide/samples/index.jd
@@ -77,7 +77,7 @@ platforms) and allow you to view the source files in your browser. </p>
<dt><a href="{@docRoot}resources/samples/SoftKeyboard/index.html">Soft Keyboard</a></dt>
<dd>An example of writing an input method for a software keyboard.</dd>
- <dt><a href={@docRoot}resources/samples/Wiktionary/index.html">Wiktionary</a></dt>
+ <dt><a href=""{@docRoot}resources/samples/Wiktionary/index.html">Wiktionary</a></dt>
<dd>An example of creating interactive widgets for display on the Android
home screen.</dd>
diff --git a/docs/html/resources/articles/qsb.jd b/docs/html/resources/articles/qsb.jd
index 1249f21..e497f50 100644
--- a/docs/html/resources/articles/qsb.jd
+++ b/docs/html/resources/articles/qsb.jd
@@ -23,8 +23,8 @@ example, from the home screen.</p>
<p class="note"><strong>Note:</strong> The code fragments in this document are
related to a sample app called <a
-href="http://developer.android.com/guide/samples/SearchableDictionary/index.
-html" title="Searchable Dictionary">Searchable Dictionary</a>. The app is
+href="{@docRoot}resources/samples/SearchableDictionary/index.html"
+title="Searchable Dictionary">Searchable Dictionary</a>. The app is
available for Android 1.6 and later platforms.</p>
<h3>The story before now: searching within your app</h3>