summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/practices/design/seamlessness.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/practices/design/seamlessness.jd')
-rw-r--r--docs/html/guide/practices/design/seamlessness.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/practices/design/seamlessness.jd b/docs/html/guide/practices/design/seamlessness.jd
index 4d1dab0..caf0d6a 100644
--- a/docs/html/guide/practices/design/seamlessness.jd
+++ b/docs/html/guide/practices/design/seamlessness.jd
@@ -164,7 +164,7 @@ interface they've come to expect. When designing your UIs, you should try and
avoid rolling your own as much as possible. Instead, use a Theme. You
can override or extend those parts of the theme that you need to, but at least
you're starting from the same UI base as all the other applications. For all
-the details, <a href="{@docRoot}devel/ui/applying-themes.html">click here</a>.</p>
+the details, read <a href="{@docRoot}guide/topics/views/themes.html">Applying Styles and Themes</a>.</p>
<h2 id="flexui">Design Your UI to Work with Multiple Screen Resolutions</h2>