summaryrefslogtreecommitdiffstats
path: root/docs/html/resources
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-12-21 11:53:00 -0800
committerScott Main <smain@google.com>2009-12-21 12:23:47 -0800
commit90b04c5170a141034d63debe4e04dcefc8b997f6 (patch)
treed889e5eb5d57facec55312a32bf79ee7a0e628c1 /docs/html/resources
parente4c2a37624612c9708d0767f8643a10502e6887a (diff)
downloadframeworks_base-90b04c5170a141034d63debe4e04dcefc8b997f6.zip
frameworks_base-90b04c5170a141034d63debe4e04dcefc8b997f6.tar.gz
frameworks_base-90b04c5170a141034d63debe4e04dcefc8b997f6.tar.bz2
docs: fix some broken links
Diffstat (limited to 'docs/html/resources')
-rw-r--r--docs/html/resources/articles/qsb.jd4
1 files changed, 2 insertions, 2 deletions
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>