diff options
author | Scott Main <smain@google.com> | 2009-08-06 03:09:08 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-08-06 03:11:12 -0700 |
commit | d2102a3f13fa03337ce7493b785e7f817f7d2bb6 (patch) | |
tree | cff981ddd0ba55258d9f4a1b8a68fc3e2ddc6ee6 /docs | |
parent | c7279e9cbd2689c6686e152bb030d796d741ffce (diff) | |
download | frameworks_base-d2102a3f13fa03337ce7493b785e7f817f7d2bb6.zip frameworks_base-d2102a3f13fa03337ce7493b785e7f817f7d2bb6.tar.gz frameworks_base-d2102a3f13fa03337ce7493b785e7f817f7d2bb6.tar.bz2 |
fix broken links
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/preview/index.jd | 2 | ||||
-rw-r--r-- | docs/html/sdk/preview/installing.jd | 8 | ||||
-rw-r--r-- | docs/html/sdk/preview/upgrading.jd | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/sdk/preview/index.jd b/docs/html/sdk/preview/index.jd index e550d61..a6a6ca2 100644 --- a/docs/html/sdk/preview/index.jd +++ b/docs/html/sdk/preview/index.jd @@ -80,7 +80,7 @@ attribute looks like this: </p> <p>If you are developing in Eclipse with ADT and want to get started with Android 1.6 Early Look SDK, you <em>must</em> download and install the correct version of the ADT Plugin (0.9.2 or higher). </p> -<p>The new version of ADT is downloadable from the usual remote update site or is separately downloadable as a .zip archive. For instructions on how to download the plugin, please see <a href="upgrading.html#updateAdt">Upgrading Your Eclipse Plugin</a>. </p> +<p>The new version of ADT is downloadable from the usual remote update site or is separately downloadable as a .zip archive. For instructions on how to download the plugin, please see <a href="upgrading.html#UpdateAdt">Upgrading Your Eclipse Plugin</a>. </p> <h3>Android AVD Manager</h3> diff --git a/docs/html/sdk/preview/installing.jd b/docs/html/sdk/preview/installing.jd index e6718fc..05e7ab5 100644 --- a/docs/html/sdk/preview/installing.jd +++ b/docs/html/sdk/preview/installing.jd @@ -29,7 +29,7 @@ sdk.date=August 2009 development environment.</p> <p>If you encounter any problems during installation, see the -<a href="#installnotes">Installation Notes</a> at the bottom of +<a href="#InstallationNotes">Installation Notes</a> at the bottom of this page.</p> <h4 style="margin-top">Upgrading?</h4> @@ -101,7 +101,7 @@ should remember to update your <code>PATH</code> settings to point to the new lo the next section describes how to install the Android Development Tools (ADT) plugin and set up Eclipse. If you choose not to use Eclipse, you can develop Android applications in an IDE of your choice and then compile, debug and deploy using -the tools included in the SDK (skip to <a href="#next">Next Steps</a>).</p> +the tools included in the SDK (skip to <a href="#NextSteps">Next Steps</a>).</p> <h2 id="InstallingADT">Installing the ADT Plugin for Eclipse</h2> @@ -120,7 +120,7 @@ approach to Android development and is the fastest way to get started. you do not need to install Eclipse or ADT, instead, you can directly use the SDK tools to build and debug your application—skip to <a href="#NextSteps">Next Steps</a>.)</p> -<p>Once you have Eclipse installed, as described in <a href="#setup">Preparing for +<p>Once you have Eclipse installed, as described in <a href="#Preparing">Preparing for Installation</a>, follow the steps below to download the ADT plugin and install it in your respective Eclipse environment. </p> @@ -193,7 +193,7 @@ locate your downloaded SDK directory. </li> <p>Done! If you haven't encountered any problems, then you're ready to begin developing Android applications. See the -<a href="#next">Next Steps</a> section for suggestions on how to start. </p> +<a href="#NextSteps">Next Steps</a> section for suggestions on how to start. </p> <h3 id="Troubleshooting">Troubleshooting ADT Installation</h3> diff --git a/docs/html/sdk/preview/upgrading.jd b/docs/html/sdk/preview/upgrading.jd index 989147c..da2eb25 100644 --- a/docs/html/sdk/preview/upgrading.jd +++ b/docs/html/sdk/preview/upgrading.jd @@ -73,7 +73,7 @@ then you need to update it to point to the new SDK. For example, for a <h2 id="UpdateAdt">Update Your Eclipse ADT Plugin</h2> <p>If you don't use Eclipse for development, -skip to <a href="#updateYourProjects">Update Your Projects</a>.</p> +skip to <a href="#RunYourApps">Run Your Applications</a>.</p> <!-- <p><em>If you installed ADT 0.9.2 with the Android 1.6 Early Look SDK, there have been |