diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html
index 20b4448c8bfad20cff4f465942c2797853e3b1a3..0a9240d16d5007fcf899e6689c986b13c07c6e42 100644
--- a/i2p2www/pages/downloads/list.html
+++ b/i2p2www/pages/downloads/list.html
@@ -224,17 +224,18 @@ I2P connections.</p>
     <p>{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
              gitrepo='http://'+i2pconv('git.repo.i2p')+'/w/i2p.i2p.git',
              github='https://github.com/i2p/i2p.i2p',
+             android='https://github.com/i2p/i2p.android.base',
              i2pversion=ver() -%}
-    Alternately, you can fetch the source from <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a>
-    or via Git from <a href="{{ gitrepo }}">git.repo.i2p</a> or <a href="{{ github }}">Github</a>.
+    Alternately, you can fetch the source via <a href="{{ monotoneurl }}#getting-the-i2p-code">Git</a>
+    from <a href="{{ gitrepo }}">git.repo.i2p</a> or <a href="{{ github }}">Github</a>.
     <br />
     Run <code>(tar xjvf i2psource_{{ i2pversion }}.tar.bz2 ; cd i2p-{{ i2pversion }} ; ant pkg)</code> then either
     run the GUI installer or headless install as above.
     {%- endtrans %}</p>
     <p>{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
              github='https://github.com/i2p/i2p.android.base' -%}
-    Android source is in <a href="{{ monotoneurl }}#getting-the-i2p-code">git</a>
-    and on <a href="{{ github }}">Github</a>.
+    Android source is also in <a href="{{ monotoneurl }}#getting-the-i2p-code">git</a>
+    on <a href="{{ android }}">Github</a>.
     Android builds require the I2P source.
     See the documentation in the Android source for additional build requirements and instructions.
     {%- endtrans %}</p>