diff options
| author | 2014-10-07 22:32:31 +0000 | |
|---|---|---|
| committer | 2014-10-07 22:32:31 +0000 | |
| commit | cb8a81a875d85410921f81da08e48e0ea96282e0 (patch) | |
| tree | c73810c68eb5c360ada6797b38e985e613f41f46 | |
| parent | 93e5e859e3d2c0f4d4f47c90d370b38be4440655 (diff) | |
| parent | a2561db3869fea0dfc193ae6b5fc2d09c40cb3eb (diff) | |
am a2561db3: am 8267ffcc: am cef9aab6: Merge "make sdk download links use HTTPS bug: 8033954" into klp-modular-docs
* commit 'a2561db3869fea0dfc193ae6b5fc2d09c40cb3eb':
make sdk download links use HTTPS bug: 8033954
| -rw-r--r-- | docs/html/sdk/download.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/download.jd b/docs/html/sdk/download.jd index 4329102ed34a..52432cf5effa 100644 --- a/docs/html/sdk/download.jd +++ b/docs/html/sdk/download.jd @@ -14,9 +14,9 @@ hide_license_footer=true if (location.indexOf('?v=') != -1) { var filename = location.substring(location.indexOf('=')+1,location.length); if (document.getElementById('checkbox').checked) { - document.location = "http://dl.google.com/android/" + filename; + document.location = "https://dl.google.com/android/" + filename; } - document.getElementById('click-download').setAttribute("href", "http://dl.google.com/android/" + document.getElementById('click-download').setAttribute("href", "https://dl.google.com/android/" + filename); $("#terms-form").hide(500); $("#next-steps").show(500); |