Fix wrong paths to class references

Change-Id: I778be2217165185fbb8eef08b8a232ea7ba986f0
diff --git a/samples/SpellChecker/HelloSpellChecker/_index.html b/samples/SpellChecker/HelloSpellChecker/_index.html
index 414c629..6a87008 100755
--- a/samples/SpellChecker/HelloSpellChecker/_index.html
+++ b/samples/SpellChecker/HelloSpellChecker/_index.html
@@ -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>
diff --git a/samples/SpellChecker/SampleSpellCheckerService/_index.html b/samples/SpellChecker/SampleSpellCheckerService/_index.html
index d6dada9..b8c47ee 100755
--- a/samples/SpellChecker/SampleSpellCheckerService/_index.html
+++ b/samples/SpellChecker/SampleSpellCheckerService/_index.html
@@ -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>