Fixed broken link in ActivityInstrumentation sample description.

Change-Id: I1ab9a5750693f44dec7aa97c99a2cfcd6af0b78e
diff --git a/samples/browseable/ActivityInstrumentation/_index.jd b/samples/browseable/ActivityInstrumentation/_index.jd
index 1cf01c8..fa62724 100644
--- a/samples/browseable/ActivityInstrumentation/_index.jd
+++ b/samples/browseable/ActivityInstrumentation/_index.jd
@@ -9,5 +9,5 @@
 {@link android.test.InstrumentationTestCase} to test the internal state of an
 {@link android.app.Activity}.</p>
 <p>To learn more about using Android's custom testing framework, see
-<a href="{@docRoot}/training/activity-testing/index.html">Testing Your
+<a href="{@docRoot}training/activity-testing/index.html">Testing Your
 Android Activity</a>.</p>