summaryrefslogtreecommitdiff
path: root/doc/root.html
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@debian.org>2014-08-13 09:15:13 +0200
committerMichael Stapelberg <stapelberg@debian.org>2014-08-13 09:15:13 +0200
commit529609eb4df48905f8ed2ef746c642fb3113ad36 (patch)
treedcbb48025514e956597ea7c902b95aacdcbbe600 /doc/root.html
parent384c13fcf3ee95bf43fac6c2407b49817fa4bce4 (diff)
parent64f344c0c94601934187163f7b353d009dc1b63f (diff)
downloadgolang-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.html8
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.