diff options
author | Robert Ly <robertly@google.com> | 2011-01-04 22:48:02 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-01-07 18:54:44 -0800 |
commit | c74a69a89a0f65bca87520928a714ed20c45873d (patch) | |
tree | 9c5a6f1a84e9add42abf5754ce49cad02f618d4a /docs/html/guide/guide_toc.cs | |
parent | ec5ca94cfae8b2b16aa5ecc6874f0f3b80dde7df (diff) |
Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing
Change-Id: I192595a3c7af520bf8598e80ae25d0dea289fcbd
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 401337a818d4..a984acd18d39 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -311,7 +311,7 @@ <!--<li><a href="">Developing for Android</a></li> signing, upgrading, selecting a package name, select device profile, touch, trackball, dpad available, etc. --> <li> - <a href="<?cs var:toroot ?>guide/developing/overview.html"> + <a href="<?cs var:toroot ?>guide/developing/index.html"> <span class="en">Overview</span></a> </li> @@ -354,7 +354,7 @@ <ul> <li> <a href="<?cs var:toroot ?>guide/developing/projects/projects-eclipse.html"> - <span class="en">In Eclipse</span> + <span class="en">In Eclipse with ADT</span> </a> </li> <li> @@ -373,9 +373,9 @@ </div> <ul> <li><a href="<?cs var:toroot ?>guide/developing/building/building-eclipse.html"> - <span class="en">In Eclipse</span> + <span class="en">In Eclipse with ADT</span> </a></li> - <li><a href="<?cs var:toroot ?>guide/developing/building/building-cmdline.html"><span class="en">In Other IDEs</span></a></li> + <li><a href="<?cs var:toroot ?>guide/developing/building/building-cmdline.html"><span class="en">On the Command Line</span></a></li> </ul> </li> @@ -388,7 +388,7 @@ <ul> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-projects.html"> - <span class="en">In Eclipse</span> + <span class="en">In Eclipse with ADT</span> </a> </li> <li> @@ -433,13 +433,13 @@ <ul> <li> <a href="<?cs var:toroot ?>guide/developing/testing/testing_eclipse.html"> - <span class="en">Testing in Eclipse, with ADT</span> + <span class="en">In Eclipse with ADT</span> </a> </li> <li> <a href="<?cs var:toroot ?>guide/developing/testing/testing_otheride.html"> - <span class="en">Testing in Other IDEs</span> + <span class="en">In Other IDEs</span> </a> </li> </ul> |