From 177a5df995c66880a7060fe02f4f696421fdde1d Mon Sep 17 00:00:00 2001
From: quddusc
Date: Thu, 31 Oct 2013 11:03:15 -0700
Subject: [PATCH] Fixed broken link in ActivityInstrumentation sample
description.
Change-Id: I1ab9a5750693f44dec7aa97c99a2cfcd6af0b78e
(cherry picked from commit b5de8afa234acc3caf231fe319f471dabb7d99b1)
---
samples/browseable/ActivityInstrumentation/_index.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}.
To learn more about using Android's custom testing framework, see
-Testing Your
+Testing Your
Android Activity.