mirror of
https://github.com/golang/go
synced 2024-11-26 16:07:00 -07:00
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
This commit is contained in:
parent
d30949693c
commit
d908ae17b2
@ -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)];
|
||||
|
Loading…
Reference in New Issue
Block a user