summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorquddusc <quddusc@google.com>2013-10-31 11:03:15 -0700
committerquddusc <quddusc@google.com>2013-10-31 11:03:15 -0700
commitb5de8afa234acc3caf231fe319f471dabb7d99b1 (patch)
tree49e698f38a1b5a03769197c6eae8a0660bd90879
parentcc1867bc5b13507da9e9142d018f8cee3a5d0f08 (diff)
downloadandroid_development-b5de8afa234acc3caf231fe319f471dabb7d99b1.tar.gz
android_development-b5de8afa234acc3caf231fe319f471dabb7d99b1.tar.bz2
android_development-b5de8afa234acc3caf231fe319f471dabb7d99b1.zip
Fixed broken link in ActivityInstrumentation sample description.
Change-Id: I1ab9a5750693f44dec7aa97c99a2cfcd6af0b78e
-rw-r--r--samples/browseable/ActivityInstrumentation/_index.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/browseable/ActivityInstrumentation/_index.jd b/samples/browseable/ActivityInstrumentation/_index.jd
index 1cf01c84b..fa6272425 100644
--- a/samples/browseable/ActivityInstrumentation/_index.jd
+++ b/samples/browseable/ActivityInstrumentation/_index.jd
@@ -9,5 +9,5 @@ sample.group=Testing
{@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>