]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove "Code that grows with grace" video from front page
authorAndrew Gerrand <adg@golang.org>
Tue, 11 Feb 2014 05:00:44 +0000 (16:00 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 11 Feb 2014 05:00:44 +0000 (16:00 +1100)
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

doc/root.html

index 48280ac359b2bb1d9238062681ad1c31affbf338..43637933a65744a8b6f6c85afdb775aabbb56885 100644 (file)
@@ -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)];