summaryrefslogtreecommitdiffstats
path: root/docs/html/wear
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2014-03-27 20:07:48 -0700
committerScott Main <smain@google.com>2014-03-27 20:07:48 -0700
commit83d6ae2804e280bd1e0980faf4e3090d240eb5f5 (patch)
tree822a1111a84591adeefcc93a23fd7a49d1d57bfc /docs/html/wear
parentbbaf11f42152d03c26ec0dc02061dc93a1feb830 (diff)
downloadframeworks_base-83d6ae2804e280bd1e0980faf4e3090d240eb5f5.zip
frameworks_base-83d6ae2804e280bd1e0980faf4e3090d240eb5f5.tar.gz
frameworks_base-83d6ae2804e280bd1e0980faf4e3090d240eb5f5.tar.bz2
fix broken links
Change-Id: I5964804c219ef02cd5f380bf752061ff7a022d61
Diffstat (limited to 'docs/html/wear')
-rw-r--r--docs/html/wear/notifications/creating.jd4
-rw-r--r--docs/html/wear/notifications/remote-input.jd2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/wear/notifications/creating.jd b/docs/html/wear/notifications/creating.jd
index 133d057..ce9e117 100644
--- a/docs/html/wear/notifications/creating.jd
+++ b/docs/html/wear/notifications/creating.jd
@@ -37,7 +37,7 @@ the official Android Wear SDK that is coming later.</p>
<h2 id="Import">Import the Necessary Classes</h2>
<p>To begin development, you must first complete the instructions in the <a
-href="{@docRoot}wear/preview/start">Get Started with the Developer Preview</a> document.
+href="{@docRoot}wear/preview/start.html">Get Started with the Developer Preview</a> document.
As mentioned in that document, your app must include
both the <a href="http://developer.android.com/tools/support-library/features.html#v4">v4 support
library</a> and the Developer Preview support library. So to get started,
@@ -252,7 +252,7 @@ features from <a href="{@docRoot}reference/android/preview/support/wearable/noti
will not work.</p>
<p>To continue enhancing your notifications for wearables using
- <a href="{@docRoot}reference/android/preview/support/wearable/notifications/WearableNotifications.Builder"
+ <a href="{@docRoot}reference/android/preview/support/wearable/notifications/WearableNotifications.Builder.html"
><code>WearableNotifications.Builder</code></a> and other APIs in the
preview support library, see the following developer guides:</p>
diff --git a/docs/html/wear/notifications/remote-input.jd b/docs/html/wear/notifications/remote-input.jd
index 8243896..1668363 100644
--- a/docs/html/wear/notifications/remote-input.jd
+++ b/docs/html/wear/notifications/remote-input.jd
@@ -138,7 +138,7 @@ and starts the voice input UI when users select it on Android Wear.</p>
<p>If the "Reply" action is not your notification's primary action and you want to enable
voice input for a secondary action, add the
<a href="{@docRoot}reference/android/preview/support/wearable/notifications/RemoteInput.html"><code>RemoteInput</code></a> to a new action button defined by an
- <a href="{@docRoot}reference/android/preview/support/wearable/notifications/Action.html">
+ <a href="{@docRoot}reference/android/preview/support/wearable/notifications/WearableNotifications.Action.html">
<code>Action</code></a> object.</p>
<p>You should instantiate the