am 4f0fedd5: Merge "docs: Changed studio links to HTTPS from HTTP. Bug: 17295924" into klp-modular-docs
* commit '4f0fedd5017563408436c8fa7702766a487e724f': docs: Changed studio links to HTTPS from HTTP. Bug: 17295924
This commit is contained in:
@@ -104,7 +104,7 @@ manually install it:</p>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://dl.google.com/android/{@adtZipDownload}">{@adtZipDownload}</a>
|
<a href="https://dl.google.com/android/{@adtZipDownload}">{@adtZipDownload}</a>
|
||||||
</td>
|
</td>
|
||||||
<td>{@adtZipBytes} bytes</td>
|
<td>{@adtZipBytes} bytes</td>
|
||||||
<td>{@adtZipChecksum}</td>
|
<td>{@adtZipChecksum}</td>
|
||||||
|
|||||||
@@ -251,7 +251,7 @@ download (or continue to use)
|
|||||||
<td>Windows</td>
|
<td>Windows</td>
|
||||||
<td>
|
<td>
|
||||||
<a onclick="return onDownload(this)" id="win-studio"
|
<a onclick="return onDownload(this)" id="win-studio"
|
||||||
href="http://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-windows.exe">
|
href="https://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-windows.exe">
|
||||||
android-studio-bundle-135.1339820-windows.exe
|
android-studio-bundle-135.1339820-windows.exe
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -263,7 +263,7 @@ download (or continue to use)
|
|||||||
<td><nobr>Mac OS X</nobr></td>
|
<td><nobr>Mac OS X</nobr></td>
|
||||||
<td>
|
<td>
|
||||||
<a onclick="return onDownload(this)" id="mac-studio"
|
<a onclick="return onDownload(this)" id="mac-studio"
|
||||||
href="http://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-mac.dmg">
|
href="https://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-mac.dmg">
|
||||||
android-studio-bundle-135.1339820-mac.dmg
|
android-studio-bundle-135.1339820-mac.dmg
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -275,7 +275,7 @@ download (or continue to use)
|
|||||||
<td>Linux</td>
|
<td>Linux</td>
|
||||||
<td>
|
<td>
|
||||||
<a onclick="return onDownload(this)" id="linux-studio"
|
<a onclick="return onDownload(this)" id="linux-studio"
|
||||||
href="http://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-linux.tgz">
|
href="https://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-linux.tgz">
|
||||||
android-studio-bundle-135.1339820-linux.tgz
|
android-studio-bundle-135.1339820-linux.tgz
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user