Skip to content

Commit

Permalink
content/static/doc: update video link to original version
Browse files Browse the repository at this point in the history
The current talk is a cut-copy of the original dotGo talk
from 2015. Fix the link to point to the original recording.

Fixes golang/go#35171

Change-Id: I9b0bf914672ffc202a5bbe277c7329dfb8bdd749
Reviewed-on: https://go-review.googlesource.com/c/website/+/203825
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
  • Loading branch information
andybons committed Oct 28, 2019
1 parent 9a9f6e6 commit 7323790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/static/doc/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ <h2 class="HomeSection-header">Featured video</h2>
// Set the video at random.
var videos = [
{
s: "https://www.youtube.com/embed/cQ7STILAS0M",
title: "Why Go is Successful by Creator Rob Pike",
s: "https://www.youtube.com/embed/rFejpH_tAHM",
title: "dotGo 2015 - Rob Pike - Simplicity is Complicated",
},
{
s: "https://www.youtube.com/embed/0ReKdcpNyQg",
Expand Down
Loading

0 comments on commit 7323790

Please sign in to comment.