diff options
| author | Rich Slogar <rslogar@google.com> | 2015-02-19 10:48:37 -0800 |
|---|---|---|
| committer | Rich Slogar <rslogar@google.com> | 2015-02-19 10:48:37 -0800 |
| commit | 0f44b94d5d32b02ecaeb106cb3960bc245a189b7 (patch) | |
| tree | e6d92093b1e3d6291cb34aa1798c4ee05ccdcdce /docs/html/guide | |
| parent | 717b4d130f67606c44122c2219ed35996afc360c (diff) | |
| download | frameworks_base-0f44b94d5d32b02ecaeb106cb3960bc245a189b7.zip frameworks_base-0f44b94d5d32b02ecaeb106cb3960bc245a189b7.tar.gz frameworks_base-0f44b94d5d32b02ecaeb106cb3960bc245a189b7.tar.bz2 | |
docs: mipmap link updates
Change-Id: I345d4dc29e094a6835e04eec237d1b8b8a540eaa
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> |
