Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 707ca41d authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am d8858893: Merge "docs: fix some broken links" into eclair

Merge commit 'd8858893' into eclair-plus-aosp

* commit 'd8858893':
  docs: fix some broken links
parents de0ef181 d8858893
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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>
 <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>
  <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
  <dd>An example of creating interactive widgets for display on the Android
  home screen.</dd>
  home screen.</dd>


+2 −2
Original line number Original line Diff line number Diff line
@@ -23,8 +23,8 @@ example, from the home screen.</p>


<p class="note"><strong>Note:</strong> The code fragments in this document are
<p class="note"><strong>Note:</strong> The code fragments in this document are
related to a sample app called <a
related to a sample app called <a
href="http://developer.android.com/guide/samples/SearchableDictionary/index.
href="{@docRoot}resources/samples/SearchableDictionary/index.html"
html" title="Searchable Dictionary">Searchable Dictionary</a>. The app is
title="Searchable Dictionary">Searchable Dictionary</a>. The app is
available for Android 1.6 and later platforms.</p>
available for Android 1.6 and later platforms.</p>


<h3>The story before now: searching within your app</h3>
<h3>The story before now: searching within your app</h3>