summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2015-06-15 22:42:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-15 22:42:43 +0000
commit79b30681bbe26b95a8705e17957c1063517ec8f3 (patch)
treed4485738510fe3adbfa19b4bb3d9a3ec4436f285
parentc0d849348ae9fb36e725d0644a4927e2e5146295 (diff)
parente08a39c0cfc86d0d51902b38e7b36d5091aa67d6 (diff)
downloadframeworks_base-79b30681bbe26b95a8705e17957c1063517ec8f3.zip
frameworks_base-79b30681bbe26b95a8705e17957c1063517ec8f3.tar.gz
frameworks_base-79b30681bbe26b95a8705e17957c1063517ec8f3.tar.bz2
Merge "docs: Fixed broken links in TV publishing checklist. bug: 19298571" into mnc-preview-docs
-rw-r--r--docs/html/training/tv/publishing/checklist.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/tv/publishing/checklist.jd b/docs/html/training/tv/publishing/checklist.jd
index 865a89b..6259721 100644
--- a/docs/html/training/tv/publishing/checklist.jd
+++ b/docs/html/training/tv/publishing/checklist.jd
@@ -67,12 +67,12 @@ page.article=true
<li>
Eliminate requirements for unsupported hardware in your app.
- <p>See <a href="training/tv/start/hardware.html#declare-hardware-requirements">Declaring hardware requirements for TV</a>.</p>
+ <p>See <a href="{@docRoot}training/tv/start/hardware.html#declare-hardware-requirements">Declaring hardware requirements for TV</a>.</p>
</li>
<li>
Ensure permissions do not imply hardware requirements
- <p>See <a href="training/tv/start/hardware.html#hardware-permissions">Declaring permissions that imply hardware features</a>.</p>
+ <p>See <a href="{@docRoot}training/tv/start/hardware.html#hardware-permissions">Declaring permissions that imply hardware features</a>.</p>
</li>
</ol>