diff options
author | Rich Slogar <rslogar@google.com> | 2015-02-19 20:53:56 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-02-19 20:53:56 +0000 |
commit | 56725501fed930374f8d3b113df5c8941a2a2664 (patch) | |
tree | 6d62a154ffa1042f2868dcddd9485345af267b11 /docs/html/guide | |
parent | c315f08a3d88fda493f4aa00073d47540c7a1b20 (diff) | |
parent | 925be07b26d10a902507931a4371335cb6cf44a9 (diff) | |
download | frameworks_base-56725501fed930374f8d3b113df5c8941a2a2664.zip frameworks_base-56725501fed930374f8d3b113df5c8941a2a2664.tar.gz frameworks_base-56725501fed930374f8d3b113df5c8941a2a2664.tar.bz2 |
am 925be07b: am 87ea3f79: am cdd5ebec: am 7319ea27: am cc883a1f: am 1e0face2: am b87aa6cb: Merge "docs: mipmap link updates" into lmp-docs
* commit '925be07b26d10a902507931a4371335cb6cf44a9':
docs: mipmap link updates
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/practices/screens_support.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/topics/resources/providing-resources.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/practices/screens_support.jd b/docs/html/guide/practices/screens_support.jd index 7c963dd..b6f1c49 100644 --- a/docs/html/guide/practices/screens_support.jd +++ b/docs/html/guide/practices/screens_support.jd @@ -368,7 +368,7 @@ folders. The Android system retains the resources in these density-specific fold mipmap-xxxhdpi, regardless of the screen resolution of the device where your app is installed. This behavior allows launcher apps to pick the best resolution icon for your app to display on the home screen. For more information about using the mipmap folders, see -<a href="{@docRoot}tools/project/index.html#mipmap">Managing Projects Overview</a>. +<a href="{@docRoot}tools/projects/index.html#mipmap">Managing Projects Overview</a>. </p> diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd index 98e7c96..fc79970 100644 --- a/docs/html/guide/topics/resources/providing-resources.jd +++ b/docs/html/guide/topics/resources/providing-resources.jd @@ -76,7 +76,7 @@ icons, and a string resource file. The resource directory names are important and are described in table 1.</p> <p class="note"><strong>Note:</strong> For more information about using the mipmap folders, see -<a href="{@docRoot}tools/project/index.html#mipmap">Managing Projects Overview</a>.</p> +<a href="{@docRoot}tools/projects/index.html#mipmap">Managing Projects Overview</a>.</p> <p class="table-caption" id="table1"><strong>Table 1.</strong> Resource directories supported inside project {@code res/} directory.</p> |