summaryrefslogtreecommitdiff
path: root/docs/html
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2016-06-08 11:20:03 -0700
committerAurimas Liutikas <aurimas@google.com>2016-06-14 00:32:22 +0000
commitabc918b76a8d23263c5da36b6432691f63e07bcc (patch)
tree91498e4626906926e08555efeb629c86316123fd /docs/html
parent893413e50ce708b856d25b199693bb998004aba1 (diff)
Fix broken {@docRoot} links
Some {@docRoot} links were followed by a "/" causing links to break. Bug: https://code.google.com/p/android/issues/detail?id=174753 Change-Id: Ic5923ee447c55ac2aa95af365ae63425041e4fcf (cherry picked from commit e0af48d190114afcd0c7a615187fd524aecda512)
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/guide/practices/verifying-apps-art.jd2
-rw-r--r--docs/html/training/material/compatibility.jd2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/practices/verifying-apps-art.jd b/docs/html/guide/practices/verifying-apps-art.jd
index 8a88222ee2a0..217c65c9fcd2 100644
--- a/docs/html/guide/practices/verifying-apps-art.jd
+++ b/docs/html/guide/practices/verifying-apps-art.jd
@@ -63,7 +63,7 @@ ART. This document discusses some of these issues.</p>
java.lang.System#gc() System.gc()} to prompt garbage collection (GC). This should be
far less necessary with ART, particularly if you're invoking garbage collection
to prevent <a
-href="{@docRoot}/tools/debugging/debugging-memory.html#LogMessages"><code>GC_FOR_ALLOC</code></a>-type
+href="{@docRoot}tools/debugging/debugging-memory.html#LogMessages"><code>GC_FOR_ALLOC</code></a>-type
occurrences or to reduce fragmentation. You can verify which runtime is in use
by calling {@link java.lang.System#getProperty(java.lang.String)
System.getProperty("java.vm.version")}. If ART is in use, the property's value
diff --git a/docs/html/training/material/compatibility.jd b/docs/html/training/material/compatibility.jd
index 9ea88b2357b5..8ebe6f63cc39 100644
--- a/docs/html/training/material/compatibility.jd
+++ b/docs/html/training/material/compatibility.jd
@@ -127,7 +127,7 @@ the Android v7 Support Library with these limitations:</p>
<p>To use these features in versions of Android earlier than 5.0 (API level 21), include the
Android v7 Support Library in your project as a <a
-href="{@docRoot}/studio/build/index.html#dependencies">Gradle dependency</a>:</p>
+href="{@docRoot}studio/build/index.html#dependencies">Gradle dependency</a>:</p>
<pre>
dependencies {