Skip to content

Commit 4f0fedd

Browse files
Ricardo CerveraAndroid (Google) Code Review
authored andcommitted
Merge "docs: Changed studio links to HTTPS from HTTP. Bug: 17295924" into klp-modular-docs
2 parents d91deea + facad7d commit 4f0fedd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/html/sdk/installing/installing-adt.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ manually install it:</p>
104104
</tr>
105105
<tr>
106106
<td>
107-
<a href="http://dl.google.com/android/{@adtZipDownload}">{@adtZipDownload}</a>
107+
<a href="https://dl.google.com/android/{@adtZipDownload}">{@adtZipDownload}</a>
108108
</td>
109109
<td>{@adtZipBytes} bytes</td>
110110
<td>{@adtZipChecksum}</td>

docs/html/sdk/installing/studio.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ download (or continue to use)
251251
<td>Windows</td>
252252
<td>
253253
<a onclick="return onDownload(this)" id="win-studio"
254-
href="http://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-windows.exe">
254+
href="https://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-windows.exe">
255255
android-studio-bundle-135.1339820-windows.exe
256256
</a>
257257
</td>
@@ -263,7 +263,7 @@ download (or continue to use)
263263
<td><nobr>Mac OS X</nobr></td>
264264
<td>
265265
<a onclick="return onDownload(this)" id="mac-studio"
266-
href="http://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-mac.dmg">
266+
href="https://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-mac.dmg">
267267
android-studio-bundle-135.1339820-mac.dmg
268268
</a>
269269
</td>
@@ -275,7 +275,7 @@ download (or continue to use)
275275
<td>Linux</td>
276276
<td>
277277
<a onclick="return onDownload(this)" id="linux-studio"
278-
href="http://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-linux.tgz">
278+
href="https://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-linux.tgz">
279279
android-studio-bundle-135.1339820-linux.tgz
280280
</a>
281281
</td>

0 commit comments

Comments
 (0)