diff options
author | Scott Main <smain@google.com> | 2013-08-01 22:36:03 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-08-01 22:36:03 +0000 |
commit | 8709fb2a7175faa3b53cec7869f4b7594371b882 (patch) | |
tree | 0264c30e0f00ed50b2904b7a6582dc30fb3c0a35 /docs/html/training/implementing-navigation | |
parent | f0e0cf4e0de6f5bd578d3d916476bb529efea895 (diff) | |
parent | d797c3caec8ea50373dcd6630f28561b7671a10d (diff) | |
download | frameworks_base-8709fb2a7175faa3b53cec7869f4b7594371b882.zip frameworks_base-8709fb2a7175faa3b53cec7869f4b7594371b882.tar.gz frameworks_base-8709fb2a7175faa3b53cec7869f4b7594371b882.tar.bz2 |
Merge "update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221" into jb-mr2-docs
Diffstat (limited to 'docs/html/training/implementing-navigation')
-rw-r--r-- | docs/html/training/implementing-navigation/index.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/training/implementing-navigation/index.jd b/docs/html/training/implementing-navigation/index.jd index 5b65716..24c98f2 100644 --- a/docs/html/training/implementing-navigation/index.jd +++ b/docs/html/training/implementing-navigation/index.jd @@ -47,9 +47,9 @@ understand how to provide proper <em>Up</em> and <em>Back</em> navigation.</p> <p class="note"><strong>Note:</strong> Several elements of this class require the <a href="{@docRoot}tools/support-library/index.html">Support Library</a> APIs. -If you have not used the Support Library before, follow the lesson about <a -href="{@docRoot}training/basics/fragments/support-lib.html">Using the Support Library</a> -to get your project set up.</p> +If you have not used the Support Library before, follow the instructions +in the <a href="{@docRoot}tools/support-library/setup.html">Support Library Setup</a> +document.</p> <h2 id="lessons">Lessons</h2> |