summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/appwidgets
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-12-27 16:22:27 -0800
committerScott Main <smain@google.com>2012-01-03 15:12:51 -0800
commitcd1b08e1e239269f7d0d48119505313f52d3dd5a (patch)
tree9bd0c6d06f87368a4902a2e594c516fb77df10af /docs/html/guide/topics/appwidgets
parenta17e100b7a192cae3935d2ae144fb1a1115a4ca7 (diff)
downloadframeworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.zip
frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.tar.gz
frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.tar.bz2
docs: fix broken links in .jd docs
Change-Id: Ide8bb1a11a704d6821b52a0128b24a76de2e707f
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-rw-r--r--docs/html/guide/topics/appwidgets/index.jd14
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd
index 7b869a0..ba7b67c 100644
--- a/docs/html/guide/topics/appwidgets/index.jd
+++ b/docs/html/guide/topics/appwidgets/index.jd
@@ -518,15 +518,12 @@ method. From within the Service, you can perform your own updates
to the App Widget without worrying about the AppWidgetProvider closing down due
to an <a href="{@docRoot}guide/practices/design/responsiveness.html">Application
Not Responding</a> (ANR) error. See the <a
-href="http://code.google.com/p/wiktionary-android/source/browse/trunk/Wiktionary
-/src/com/example/android/wiktionary/WordWidget.java">Wiktionary sample's
-AppWidgetProvider</a> for an example of an App Widget running a {@link
+href="http://code.google.com/p/wiktionary-android/source/browse/trunk/Wiktionary/src/com/example/android/wiktionary/WordWidget.java">Wiktionary sample's AppWidgetProvider</a> for an example of an App Widget running a {@link
android.app.Service}.</p>
<p>Also see the <a
-href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/
-appwidget/ExampleAppWidgetProvider.html">
-ExampleAppWidgetProvider.java</a> sample class.</p>
+href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/appwidget/ExampleAppWidgetProvider.html">ExampleAppWidgetProvider.java</a>
+sample class.</p>
<h3 id="ProviderBroadcasts">Receiving App Widget broadcast Intents</h3>
@@ -683,9 +680,8 @@ cancelled and the
App Widget will not be added.</p>
<p>See the <a
-href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/
-appwidget/ExampleAppWidgetConfigure.html">
-ExampleAppWidgetConfigure.java</a> sample class in ApiDemos for an example.</p>
+href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/appwidget/ExampleAppWidgetConfigure.html">ExampleAppWidgetConfigure.java</a>
+sample class in ApiDemos for an example.</p>
<h2 id="preview">Setting a Preview Image</h2>