Merge "docs: fix some broken links" into eclair

This commit is contained in:
Scott Main
2010-01-07 10:18:45 -08:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>