summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joe Fernandez <joefernandez@google.com> 2013-07-25 10:39:27 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-07-25 10:39:27 -0700
commit240966faf796378530d9c485d6e5fdb370ba68da (patch)
tree9056bde568cf6dba301f9e9d78fbe01e66aeb2ad
parenta35ec14f7866c14c8878db6938e2619b6eefb3d1 (diff)
parent3d9e819ca879117b357fa0097c412f10f2afe37a (diff)
am 3d9e819c: docs: fix link bug in Support LIbrary Guide
* commit '3d9e819ca879117b357fa0097c412f10f2afe37a': docs: fix link bug in Support LIbrary Guide
-rw-r--r--docs/html/tools/support-library/index.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd
index 420fa0f0a63f..87ed7f17b13e 100644
--- a/docs/html/tools/support-library/index.jd
+++ b/docs/html/tools/support-library/index.jd
@@ -129,7 +129,7 @@ page.title=Support Library
<dd>
<ul>
<li>Added {@link android.support.v7.app.ActionBar} to allow implementation of the
- action bar user interface <a href="{@docRoot}/design/patterns/actionbar.html">design
+ action bar user interface <a href="{@docRoot}design/patterns/actionbar.html">design
pattern</a> back to Android 2.1 (API level 7) and higher. Use of this class requires
that you implement your activity by extending the new
{@link android.support.v7.app.ActionBarActivity} class.</li>