diff --git a/samples/browseable/ActivityInstrumentation/_index.jd b/samples/browseable/ActivityInstrumentation/_index.jd index fa6272425..fcf341082 100644 --- a/samples/browseable/ActivityInstrumentation/_index.jd +++ b/samples/browseable/ActivityInstrumentation/_index.jd @@ -8,6 +8,6 @@ sample.group=Testing

This sample demonstrates how to use an {@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 +

To learn more about using Android's custom testing framework, see +Testing Your Android Activity.

diff --git a/samples/browseable/TextLinkify/_index.jd b/samples/browseable/TextLinkify/_index.jd index 9f3193099..30499c54b 100644 --- a/samples/browseable/TextLinkify/_index.jd +++ b/samples/browseable/TextLinkify/_index.jd @@ -5,10 +5,10 @@ page.tags="TextLinkify" sample.group=Views @jd:body -

This sample demonstrates how to add clickable links to a +

This sample demonstrates how to add clickable links to a {@link android.widget.TextView}, by using these techniques: