Fix wrong paths to class references

Change-Id: I778be2217165185fbb8eef08b8a232ea7ba986f0
This commit is contained in:
Ken Wakasa
2011-11-07 20:00:25 +09:00
parent 8e3c195191
commit c3b0837982
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<p>A simple activity that requests spelling suggestions from a spell checker service, using the <code><a
href="../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager</a></code>
and <code><a href="../../../reference/android/view/textservice/SpellCheckerSession.html">SpellCheckerSession</a></code>
href="../../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager</a></code>
and <code><a href="../../../../reference/android/view/textservice/SpellCheckerSession.html">SpellCheckerSession</a></code>
APIs introduced in Android 4.0 (API level 14).</p>
<p>For an example that implements a custom spell checker service, see the <a href="../SampleSpellCheckerService/index.html">Spell Checker</a> sample app.</p>

View File

@@ -1,5 +1,5 @@
<p>A sample showing how to create a spell checker with the <code><a
href="../../../reference/android/service/textservice/SpellCheckerService.html">SpellCheckerService</a></code>
href="../../../../reference/android/service/textservice/SpellCheckerService.html">SpellCheckerService</a></code>
APIs introduced in Android 4.0 (API level 14).</p>
<p>This app does not have a launcher activity. Once you install it, go to the system's input settings and enable
"Sample correction" as the spelling correction service. </p>