summaryrefslogtreecommitdiffstats
path: root/docs/html/guide
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-01-03 18:32:45 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-01-03 18:32:45 -0800
commit3e2479dd20ee9a1dab17e5dbec7fc835f2fa427f (patch)
treee5bc42785460dbaf4aba8f2521fdb6b3f2d078a5 /docs/html/guide
parented2a05bc5b05e8aec0777ce2eb57bb91626524d8 (diff)
parent188315cf8b44fb59da2d37c1d54bbc70ee3acb4e (diff)
downloadframeworks_base-3e2479dd20ee9a1dab17e5dbec7fc835f2fa427f.zip
frameworks_base-3e2479dd20ee9a1dab17e5dbec7fc835f2fa427f.tar.gz
frameworks_base-3e2479dd20ee9a1dab17e5dbec7fc835f2fa427f.tar.bz2
Merge "docs: fix broken links and add new sitemap text file" into jb-mr1-dev
Diffstat (limited to 'docs/html/guide')
-rw-r--r--docs/html/guide/topics/ui/notifiers/notifications.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/notifiers/notifications.jd b/docs/html/guide/topics/ui/notifiers/notifications.jd
index 8026b7d..77cce18 100644
--- a/docs/html/guide/topics/ui/notifiers/notifications.jd
+++ b/docs/html/guide/topics/ui/notifiers/notifications.jd
@@ -700,7 +700,7 @@ mNotificationManager.notify(id, builder.build());
element for the {@link android.app.Activity}
<dl>
<dt>
-<code><a href="guide/topics/manifest/activity-element.html#nm">android:name</a>="<i>activityclass</i>"</code>
+<code><a href="{@docRoot}guide/topics/manifest/activity-element.html#nm">android:name</a>="<i>activityclass</i>"</code>
</dt>
<dd>
The activity's fully-qualified class name.