diff options
author | Rich Slogar <rslogar@google.com> | 2015-05-06 00:50:57 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-05-06 00:50:57 +0000 |
commit | 35d7cd40bb167ee08bbb855195eb395e77a05b7a (patch) | |
tree | 33ca9dccbd75083a4ed75d2632b5b054e5229699 /docs | |
parent | d967fcbee77b2872cb5ae6b05aaabbbc764f806b (diff) | |
parent | d0551feed28614dad957a09998522b25392ce621 (diff) | |
download | frameworks_base-35d7cd40bb167ee08bbb855195eb395e77a05b7a.zip frameworks_base-35d7cd40bb167ee08bbb855195eb395e77a05b7a.tar.gz frameworks_base-35d7cd40bb167ee08bbb855195eb395e77a05b7a.tar.bz2 |
am d0551fee: Merge "docs: providing resources link" into lmp-mr1-ub-docs
* commit 'd0551feed28614dad957a09998522b25392ce621':
docs: providing resources link
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/resources/providing-resources.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd index fc79970..b06da56 100644 --- a/docs/html/guide/topics/resources/providing-resources.jd +++ b/docs/html/guide/topics/resources/providing-resources.jd @@ -129,7 +129,7 @@ are compiled into the following drawable resource subtypes:</p> <td><code>mipmap/</code></td> <td>Drawable files for different launcher icon densities. For more information on managing launcher icons with {@code mipmap/} folders, see - <a href="{@docRoot}tools/project/index.html#mipmap">Managing Projects Overview</a>.</td> + <a href="{@docRoot}tools/projects/index.html#mipmap">Managing Projects Overview</a>.</td> </tr> <tr> |