diff options
| author | 2011-10-19 22:46:18 +0900 | |
|---|---|---|
| committer | 2011-10-19 23:52:03 +0900 | |
| commit | 44619d3e087138775fb19fbd5d7b9f497a0805f4 (patch) | |
| tree | e381b12fe7767fea1190120dbfdb74bb34561159 | |
| parent | f7613743f29f38cbbaf4ae09996c380845a17daf (diff) | |
Update links for SampleSpellCheckerService for I938ba499
Change-Id: I528fc5ee5f9971ecb3bf47ef1c8b999546724c1f
| -rw-r--r-- | Android.mk | 4 | ||||
| -rw-r--r-- | core/java/android/service/textservice/package.html | 2 | ||||
| -rw-r--r-- | docs/html/resources/resources-data.js | 2 | ||||
| -rw-r--r-- | docs/html/sdk/android-4.0.jd | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk index f41130b3066b..07380bcad58b 100644 --- a/Android.mk +++ b/Android.mk @@ -434,8 +434,8 @@ web_docs_sample_code_flags := \ resources/samples/NFCDemo "NFC Demo" \ -samplecode $(sample_dir)/NotePad \ resources/samples/NotePad "Note Pad" \ - -samplecode $(sample_dir)/SampleSpellCheckerService \ - resources/samples/SampleSpellCheckerService "Spell Checker" \ + -samplecode $(sample_dir)/SpellChecker/SampleSpellCheckerService \ + resources/samples/SpellChecker/SampleSpellCheckerService "Spell Checker" \ -samplecode $(sample_dir)/SampleSyncAdapter \ resources/samples/SampleSyncAdapter "Sample Sync Adapter" \ -samplecode $(sample_dir)/RandomMusicPlayer \ diff --git a/core/java/android/service/textservice/package.html b/core/java/android/service/textservice/package.html index 89c6dbccd34b..b49871905a8b 100644 --- a/core/java/android/service/textservice/package.html +++ b/core/java/android/service/textservice/package.html @@ -32,7 +32,7 @@ checker. For example:</p> </pre> <p>For example code, see the <a -href="{@docRoot}resources/samples/SampleSpellCheckerService/index.html">Spell +href="{@docRoot}resources/samples/SpellChecker/SampleSpellCheckerService/index.html">Spell Checker</a> sample app.</p> </BODY> </HTML> diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 310310e062a8..38357ef8481e 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -599,7 +599,7 @@ var ANDROID_RESOURCES = [ }, { tags: ['sample', 'input', 'new'], - path: 'samples/SampleSpellCheckerService/index.html', + path: 'samples/SpellChecker/SampleSpellCheckerService/index.html', title: { en: 'Spell Checker' }, diff --git a/docs/html/sdk/android-4.0.jd b/docs/html/sdk/android-4.0.jd index da40d5272a65..4206dbec051f 100644 --- a/docs/html/sdk/android-4.0.jd +++ b/docs/html/sdk/android-4.0.jd @@ -957,8 +957,8 @@ android:name="android.service.textservice.SpellCheckerService" />} as the intent include a {@code <meta-data>} element that declares configuration information for the spell checker. </p> -<p>See the <a href="{@docRoot}resources/samples/SampleSpellCheckerService/index.html">Spell -Checker</a> sample app for example code.</p> +<p>See the <a href="{@docRoot}resources/samples/SpellChecker/SampleSpellCheckerService/index.html"> +Spell Checker</a> sample app for example code.</p> |