diff options
| author | Scott Main <smain@google.com> | 2013-08-01 11:31:38 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2013-08-01 11:31:38 -0700 |
| commit | 27c57555db9d626f0c20d68d75dd5a3e9832c9b9 (patch) | |
| tree | 050f5b3df212ad7ecf1782059146321e24fabd9f /docs/html/tools | |
| parent | cc0be914a9d8f733a82ecb22d56169a32492cb8f (diff) | |
| download | frameworks_base-27c57555db9d626f0c20d68d75dd5a3e9832c9b9.zip frameworks_base-27c57555db9d626f0c20d68d75dd5a3e9832c9b9.tar.gz frameworks_base-27c57555db9d626f0c20d68d75dd5a3e9832c9b9.tar.bz2 | |
fix misc broken links
Change-Id: Iecd3462e752eddd0aa2feea3a7e9cf5ff2d92dd3
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/support-library/setup.jd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/tools/support-library/setup.jd b/docs/html/tools/support-library/setup.jd index 6cca897..a7f068e 100644 --- a/docs/html/tools/support-library/setup.jd +++ b/docs/html/tools/support-library/setup.jd @@ -10,7 +10,7 @@ page.title=Support Library Setup <ol> <li><a href="#download">Downloading the Support Library</a></li> <li><a href="#choosing">Choosing Support Libraries</a></li> - <li><a href="add-library">Adding Support Libraries</a> + <li><a href="#add-library">Adding Support Libraries</a> <ol> <li><a href="#libs-without-res">Adding libraries without resources</a></li> <li><a href="#libs-with-res">Adding libraries with resources</a></li> @@ -90,9 +90,9 @@ Android Support Library selected.</p> each Support Library you want to use.</p> <p>Some Support Libraries contain resources beyond compiled code classes, such as images or XML - files. For example, the <a href="tools/support-library/features.html#v7-appcompat">v7 - appcompat</a> and <a href="tools/support-library/features.html#v7-gridlayout">v7 gridlayout</a> - libraries include resources.</p> + files. For example, the <a href="{@docRoot}tools/support-library/features.html#v7-appcompat">v7 + appcompat</a> and <a href="{@docRoot}tools/support-library/features.html#v7-gridlayout">v7 + gridlayout</a> libraries include resources.</p> <p>If you are not sure if a library contains resources, check the <a href="{@docRoot}tools/support-library/features.html">Support Library Features</a> page. |
