summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2013-07-25 10:09:17 -0700
committerScott Main <smain@google.com>2013-07-25 17:55:28 -0700
commit7ec2cc57dfff215dd8db784dccf5a52649fafefc (patch)
tree83fc26222e9b7722f59e7814d218dba9c0bbf2a5
parentbde8ee81ba2595d4b0b2ab99b9f7df222b17cc34 (diff)
downloadframeworks_base-7ec2cc57dfff215dd8db784dccf5a52649fafefc.zip
frameworks_base-7ec2cc57dfff215dd8db784dccf5a52649fafefc.tar.gz
frameworks_base-7ec2cc57dfff215dd8db784dccf5a52649fafefc.tar.bz2
docs: fix link bug in Support LIbrary Guide
external bug: http://code.google.com/p/android/issues/detail?id=58006 Change-Id: If02d17cb66dd018e49cd6b85433e93456574715e
-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 420fa0f..87ed7f1 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>