diff options
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/guide/practices/verifying-apps-art.jd | 2 | ||||
-rw-r--r-- | docs/html/training/material/compatibility.jd | 2 |
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 { |