diff options
author | Rich Slogar <rslogar@google.com> | 2015-04-23 12:44:38 -0700 |
---|---|---|
committer | Rich Slogar <rslogar@google.com> | 2015-04-23 12:45:24 -0700 |
commit | 16c2458740119fc9ffabbf152e159068c26b831a (patch) | |
tree | b30c1a47e745733559889ad7f01d57e517eb6fc3 /docs/html/guide | |
parent | 8408cbe3adc8b0df4ae279a2e8689d1066972744 (diff) | |
download | frameworks_base-16c2458740119fc9ffabbf152e159068c26b831a.zip frameworks_base-16c2458740119fc9ffabbf152e159068c26b831a.tar.gz frameworks_base-16c2458740119fc9ffabbf152e159068c26b831a.tar.bz2 |
docs: providing resources link
b/20453479
Change-Id: I62ed340a30efd1295d3e9a998a853b6cbfdbbd97
Diffstat (limited to 'docs/html/guide')
-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> |