From: Andrew Gerrand Date: Tue, 11 Feb 2014 05:00:44 +0000 (+1100) Subject: doc: remove "Code that grows with grace" video from front page X-Git-Tag: go1.3beta1~775 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d908ae17b2dbd4a366b03b361efa6bcdb815edf8;p=gostls13.git doc: remove "Code that grows with grace" video from front page It was deleted from Vimeo. I will attempt to get a new version online. Fixes #7297. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/61740043 --- diff --git a/doc/root.html b/doc/root.html index 48280ac359..43637933a6 100644 --- a/doc/root.html +++ b/doc/root.html @@ -140,7 +140,6 @@ window.initFuncs.push(function() { var videos = [ {h: 241, s: "//www.youtube.com/embed/ytEkHepK08c"}, // Tour of Go {h: 241, s: "//www.youtube.com/embed/f6kdp27TYZs"}, // Concurrency Patterns - {h: 233, s: "//player.vimeo.com/video/53221560"}, // Grows with grace {h: 233, s: "//player.vimeo.com/video/69237265"} // Simple environment ]; var v = videos[Math.floor(Math.random()*videos.length)];