Change sdk doc template so that ADT download link bypasses clickthrough.

Change-Id: Ibea052b718f17043c992af7d5334b1c7e4fe2c6b
This commit is contained in:
Dirk Dougherty 2009-09-16 10:11:01 -07:00
parent 743c19373a
commit c66c90a803

View file

@ -158,7 +158,7 @@ Android SDK. </p>
<tr class="alt-color">
<td>ADT Plugin for Eclipse <?cs var:adt.zip_version ?></td>
<td>
<a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:adt.zip_download ?>"><?cs var:adt.zip_download ?></a>
<a href="http://dl.google.com/android/<?cs var:adt.zip_download ?>"><?cs var:adt.zip_download ?></a>
</td>
<td><?cs var:adt.zip_bytes ?> bytes</td>
<td><?cs var:adt.zip_checksum ?></td>