diff options
Diffstat (limited to 'docs/html/guide/practices/screens_support.jd')
-rw-r--r-- | docs/html/guide/practices/screens_support.jd | 2 |
1 files changed, 1 insertions, 1 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> |