diff options
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> |