Change sdk doc template so that ADT download link bypasses clickthrough.
Change-Id: Ibea052b718f17043c992af7d5334b1c7e4fe2c6b
This commit is contained in:
parent
743c19373a
commit
c66c90a803
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue