Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a010c12 authored by Scott Main's avatar Scott Main
Browse files

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.
parent 08c57535
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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>
  <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>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
  <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
    Once you have completed the installation, see the
    <a href="/guide/index.html">Dev Guide</a> for documentation about
    <a href="/guide/index.html">Dev Guide</a> for documentation about
    developing Android applications.</p>
    developing Android applications.</p>