Fix wrong paths to class references

Change-Id: I778be2217165185fbb8eef08b8a232ea7ba986f0
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>