summaryrefslogtreecommitdiffstats
path: root/docs/html/training/basics/fragments
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-07-23 19:35:17 -0700
committerScott Main <smain@google.com>2013-07-23 19:37:52 -0700
commit4e2c9dc74b74b1ba10793177475a599f75fbb18b (patch)
tree3d8ad9a6fdc1aaa71ca7666d101e7f6ce0982331 /docs/html/training/basics/fragments
parentf213415175ec83df7b39089d559eb9d02b72883a (diff)
downloadframeworks_base-4e2c9dc74b74b1ba10793177475a599f75fbb18b.zip
frameworks_base-4e2c9dc74b74b1ba10793177475a599f75fbb18b.tar.gz
frameworks_base-4e2c9dc74b74b1ba10793177475a599f75fbb18b.tar.bz2
update all links to the support library
Change-Id: I173e3690148e5de3020bfdca8087906faa56b13b
Diffstat (limited to 'docs/html/training/basics/fragments')
-rw-r--r--docs/html/training/basics/fragments/support-lib.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/basics/fragments/support-lib.jd b/docs/html/training/basics/fragments/support-lib.jd
index b097de1..d949267 100644
--- a/docs/html/training/basics/fragments/support-lib.jd
+++ b/docs/html/training/basics/fragments/support-lib.jd
@@ -14,12 +14,12 @@ trainingnavtop=true
</ol>
<h2>You should also read</h2>
<ul>
- <li><a href="{@docRoot}tools/extras/support-library.html">Support Library</a></li>
+ <li><a href="{@docRoot}tools/support-library/index.html">Support Library</a></li>
</ul>
</div>
</div>
-<p>The Android <a href="{@docRoot}tools/extras/support-library.html">Support Library</a> provides a JAR
+<p>The Android <a href="{@docRoot}tools/support-library/index.html">Support Library</a> provides a JAR
file with an API library that allows you to use some of the more recent Android APIs in your app
while running on earlier versions of Android. For instance, the Support Library provides a version
of the {@link android.app.Fragment} APIs that you can use on Android 1.6 (API level 4) and