diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2014-08-13 09:15:13 +0200 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2014-08-13 09:15:13 +0200 |
commit | 529609eb4df48905f8ed2ef746c642fb3113ad36 (patch) | |
tree | dcbb48025514e956597ea7c902b95aacdcbbe600 /doc/root.html | |
parent | 384c13fcf3ee95bf43fac6c2407b49817fa4bce4 (diff) | |
parent | 64f344c0c94601934187163f7b353d009dc1b63f (diff) | |
download | golang-529609eb4df48905f8ed2ef746c642fb3113ad36.tar.gz |
Merge tag 'upstream/1.3.1' into debian-sid
Upstream version 1.3.1
Diffstat (limited to 'doc/root.html')
-rw-r--r-- | doc/root.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/root.html b/doc/root.html index 43637933a..3c6de2e46 100644 --- a/doc/root.html +++ b/doc/root.html @@ -26,7 +26,7 @@ Hello, 世界 <div class="buttons"> <a class="run" href="#" title="Run this code [shift-enter]">Run</a> <a class="share" href="#" title="Share this code">Share</a> -<a class="tour" href="http://tour.golang.org/" title="Learn Go from your browser">Tour</a> +<a class="tour" href="//tour.golang.org/" title="Learn Go from your browser">Tour</a> </div> <div class="toys"> <select> @@ -78,7 +78,7 @@ Linux, Mac OS X, Windows, and more. <div id="blog"> <div class="rootHeading">Featured articles</div> -<div class="read"><a href="http://blog.golang.org/">Read more</a></div> +<div class="read"><a href="//blog.golang.org/">Read more</a></div> </div> </div> @@ -124,7 +124,7 @@ window.initFuncs.push(function() { "outputEl": "#learn .output", "runEl": "#learn .run", "shareEl": "#learn .share", - "shareRedirect": "http://play.golang.org/p/", + "shareRedirect": "//play.golang.org/p/", "toysEl": "#learn .toys select" }); } else { @@ -133,7 +133,7 @@ window.initFuncs.push(function() { // Load blog feed. $('<script/>').attr('text', 'text/javascript') - .attr('src', 'http://blog.golang.org/.json?jsonp=feedLoaded') + .attr('src', '//blog.golang.org/.json?jsonp=feedLoaded') .appendTo('body'); // Set the video at random. |