summaryrefslogtreecommitdiffstats
path: root/docs/html/training/basics/firstapp
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/firstapp
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/firstapp')
-rw-r--r--docs/html/training/basics/firstapp/starting-activity.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/basics/firstapp/starting-activity.jd b/docs/html/training/basics/firstapp/starting-activity.jd
index 65f22901..6f7fa5d 100644
--- a/docs/html/training/basics/firstapp/starting-activity.jd
+++ b/docs/html/training/basics/firstapp/starting-activity.jd
@@ -350,7 +350,7 @@ to implement default navigation behaviors, such as <a
href="{@docRoot}design/patterns/navigation.html">Up navigation</a> on
Android 4.1 (API level 16) and higher. You can provide the same navigation behaviors for
older versions of Android by using the
-<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> and adding
+<a href="{@docRoot}tools/support-library/index.html">Support Library</a> and adding
the <a href="{@docRoot}guide/topics/manifest/meta-data-element.html">{@code
&lt;meta-data>}</a> element as shown here.</p>
@@ -361,7 +361,7 @@ a different IDE, you should have installed it during the
When using the templates in Eclipse, the Support Library is automatically added to your app project
(you can see the library's JAR file listed under <em>Android Dependencies</em>). If you're not using
Eclipse, you need to manually add the library to your project&mdash;follow the guide for <a
-href="{@docRoot}tools/extras/support-library.html#SettingUp">setting up the Support Library</a>
+href="{@docRoot}tools/support-library/setup.html">setting up the Support Library</a>
then return here.</p>
<p>If you're developing with Eclipse, you can run the app now, but not much happens.