summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuan Nguyen <luann@google.com>2015-05-22 01:49:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-22 01:49:51 +0000
commit67fe970eaaa81b8fb4313ced7a05aac41bf25400 (patch)
tree3f69f27e30b24a0080c7c9a24f2358aa31d5c954
parentb73610589aa5b580d3e22cbe8816cc48063d30ab (diff)
parent82120b618045186f99c0c939934d1ecfc82c9caa (diff)
downloadframeworks_base-67fe970eaaa81b8fb4313ced7a05aac41bf25400.zip
frameworks_base-67fe970eaaa81b8fb4313ced7a05aac41bf25400.tar.gz
frameworks_base-67fe970eaaa81b8fb4313ced7a05aac41bf25400.tar.bz2
am 82120b61: am 5c7dcb30: am 0e7fa9e3: docs: Update the AlwaysOn sample link to point to DAC\'s samples
* commit '82120b618045186f99c0c939934d1ecfc82c9caa': docs: Update the AlwaysOn sample link to point to DAC's samples
-rw-r--r--docs/html/training/wearables/apps/always-on.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/wearables/apps/always-on.jd b/docs/html/training/wearables/apps/always-on.jd
index 21187e1..5bb6064 100644
--- a/docs/html/training/wearables/apps/always-on.jd
+++ b/docs/html/training/wearables/apps/always-on.jd
@@ -18,7 +18,7 @@ helpoutsWidget=true
</ul>
<h2>Related Samples</h2>
<ul>
- <li><a href="//github.com/googlesamples/android-AlwaysOn">AlwaysOn</a></li>
+ <li><a href="{@docRoot}samples/AlwaysOn/index.html">AlwaysOn</a></li>
</ul>
</div>
</div>
@@ -361,7 +361,7 @@ public void onUpdateAmbient() {
<p class="note"><b>Note:</b> In this example, the <code>refreshDisplayAndSetNextUpdate()</code>
method is called whenever the screen needs to be updated. For more examples of when to call this
-method, see the <a href="//github.com/googlesamples/android-AlwaysOn">AlwaysOn</a> sample.
+method, see the <a href="{@docRoot}samples/AlwaysOn/index.html">AlwaysOn</a> sample.
</p>
<h4 id="CancelAlarm">Cancel the alarm</h4>