Repository: accumulo
Updated Branches:
  refs/heads/asf-site 604225032 -> 2d3268f67
  refs/heads/gh-pages 49b86b2d4 -> 273a801c9


Fix download mirror lookup script for https


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/273a801c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/273a801c
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/273a801c

Branch: refs/heads/gh-pages
Commit: 273a801c9c8bc8d8600bf15cee7feba05227a3a7
Parents: 49b86b2
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Tue Sep 20 18:27:13 2016 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Tue Sep 20 18:27:13 2016 -0400

----------------------------------------------------------------------
 downloads/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/273a801c/downloads/index.md
----------------------------------------------------------------------
diff --git a/downloads/index.md b/downloads/index.md
index f447c77..2735170 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -79,7 +79,7 @@ var mirrorsCallback = function(json) {
 };
 
 // get mirrors when page is ready
-var mirrorURL = "http://accumulo.apache.org/mirrors.cgi";; // 
http[s]://accumulo.apache.org/mirrors.cgi
+var mirrorURL = window.location.protocol + 
"//accumulo.apache.org/mirrors.cgi"; // 
http[s]://accumulo.apache.org/mirrors.cgi
 $(function() { $.getJSON(mirrorURL + "?as_json", mirrorsCallback); });
 
 </script>

Reply via email to