summaryrefslogtreecommitdiffstats
path: root/docs/html/tools
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-07-24 06:13:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-24 06:13:11 +0000
commitb56cd2903e80adb9db64cc375be23e741048b964 (patch)
treec877a7a23dcedbc461e5b6a1f1a19ca511e3b842 /docs/html/tools
parent20785842930d5dac6d0be35ea6f7b13012e10c59 (diff)
parent4e2c9dc74b74b1ba10793177475a599f75fbb18b (diff)
downloadframeworks_base-b56cd2903e80adb9db64cc375be23e741048b964.zip
frameworks_base-b56cd2903e80adb9db64cc375be23e741048b964.tar.gz
frameworks_base-b56cd2903e80adb9db64cc375be23e741048b964.tar.bz2
Merge "update all links to the support library" into jb-mr2-ub-dev
Diffstat (limited to 'docs/html/tools')
-rw-r--r--docs/html/tools/help/sdk-manager.jd2
-rw-r--r--docs/html/tools/publishing/preparing.jd2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/tools/help/sdk-manager.jd b/docs/html/tools/help/sdk-manager.jd
index 215ce6f..276206f 100644
--- a/docs/html/tools/help/sdk-manager.jd
+++ b/docs/html/tools/help/sdk-manager.jd
@@ -55,7 +55,7 @@ plus others not included in the framework at all) on devices running
a platform version as old as Android 1.6. All of the activity templates available when creating
a new project with the <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a>
require this. For more information, read <a
-href="{@docRoot}tools/extras/support-library.html">Support Library</a>.</dd>
+href="{@docRoot}tools/support-library/index.html">Support Library</a>.</dd>
<dt>SDK Samples</dt>
<dd>Recommended. The samples give you source code that you can use to learn about
Android, load as a project and run, or reuse in your own app. Note that multiple
diff --git a/docs/html/tools/publishing/preparing.jd b/docs/html/tools/publishing/preparing.jd
index 8e265f6..413b56e 100644
--- a/docs/html/tools/publishing/preparing.jd
+++ b/docs/html/tools/publishing/preparing.jd
@@ -271,7 +271,7 @@ doing the following:</p>
<li><strong>Consider using the Support Library</strong>
<p>If your application is designed for devices running Android 3.x, make your application
compatible with older versions of Android by adding the
- <a href="{@docRoot}tools/extras/support-library.html">Support Library</a> to your
+ <a href="{@docRoot}tools/support-library/index.html">Support Library</a> to your
application project. The Support Library provides static support libraries that you can add to
your Android application, which enables you to use APIs that are either not available on
older platform versions or use utility APIs that are not part of the framework APIs.</p>