From d908ae17b2dbd4a366b03b361efa6bcdb815edf8 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 11 Feb 2014 16:00:44 +1100 Subject: [PATCH] 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 --- doc/root.html | 1 - 1 file changed, 1 deletion(-) 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)]; -- 2.48.1