diff options
| author | smain@google.com <smain@google.com> | 2014-10-07 22:23:04 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-07 22:23:04 +0000 |
| commit | a2561db3869fea0dfc193ae6b5fc2d09c40cb3eb (patch) | |
| tree | d1667d6d57bf8b03c4097fde649ff5a8b0e3e718 /docs/html/sdk | |
| parent | ae456fd894c5a41f859196016a7c49113b235eda (diff) | |
| parent | 8267ffccbe58ea348a53a0e6058bf902d6e8932a (diff) | |
| download | frameworks_base-a2561db3869fea0dfc193ae6b5fc2d09c40cb3eb.zip frameworks_base-a2561db3869fea0dfc193ae6b5fc2d09c40cb3eb.tar.gz frameworks_base-a2561db3869fea0dfc193ae6b5fc2d09c40cb3eb.tar.bz2 | |
am 8267ffcc: am cef9aab6: Merge "make sdk download links use HTTPS bug: 8033954" into klp-modular-docs
* commit '8267ffccbe58ea348a53a0e6058bf902d6e8932a':
make sdk download links use HTTPS bug: 8033954
Diffstat (limited to 'docs/html/sdk')
| -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 4329102..52432cf 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); |
