diff options
author | Scott Main <smain@google.com> | 2009-10-27 17:02:12 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-10-27 17:02:12 -0700 |
commit | 1a010c1268511872097ce3d4976bc1c7950faa9a (patch) | |
tree | 8cd38150469f7e8445e03e6e5961e6ae8dbb0cb8 /docs | |
parent | 08c57535d180469bf902e75fc90c9f87c5ceb9a7 (diff) | |
download | frameworks_base-1a010c1268511872097ce3d4976bc1c7950faa9a.zip frameworks_base-1a010c1268511872097ce3d4976bc1c7950faa9a.tar.gz frameworks_base-1a010c1268511872097ce3d4976bc1c7950faa9a.tar.bz2 |
docs: fix broken link for download page.
a script was inserting a path that is no longer needed.
the removed class was the script identifier, so removing
this class means the path won't be added.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/download.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/download.jd b/docs/html/sdk/download.jd index 76f1213..47505e6 100644 --- a/docs/html/sdk/download.jd +++ b/docs/html/sdk/download.jd @@ -58,7 +58,7 @@ The License Agreement constitutes a contract between you and Google with respect <h2>Thank you for downloading the Android SDK!</h2> <p>Your download should be underway. If not, <a id="click-download">click here to start the download</a>.</p> <p>To set up your Android development environment, please read the guide to - <a href="installing.html" class="addVersionPath">Installing the Android SDK</a>. + <a href="installing.html">Installing the Android SDK</a>. Once you have completed the installation, see the <a href="/guide/index.html">Dev Guide</a> for documentation about developing Android applications.</p> |