summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-09-26 12:22:59 -0700
committersmain@google.com <smain@google.com>2014-09-26 12:22:59 -0700
commit19e884f220f9c106ce0a523313777625984a517d (patch)
treea143e697752fede706c847f99ebb677feccaaae3 /docs/html
parentb8a60dada505d79341cfa4cc2b9906d892e8298b (diff)
downloadframeworks_base-19e884f220f9c106ce0a523313777625984a517d.zip
frameworks_base-19e884f220f9c106ce0a523313777625984a517d.tar.gz
frameworks_base-19e884f220f9c106ce0a523313777625984a517d.tar.bz2
make sdk download links use HTTPS
bug: 8033954 Change-Id: Idffbb31d397b765fc71ec034d30cc58d1423fdc9
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/sdk/download.jd4
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);