aboutsummaryrefslogtreecommitdiff
path: root/content/new-talk-and-tutorials.article
diff options
context:
space:
mode:
authorMateus Amin <mateus.amin@gmail.com>2017-10-06 18:11:06 -0400
committerIan Lance Taylor <iant@golang.org>2017-10-06 23:04:47 +0000
commita79a44d5044d1684c3dea1fb53e932f589bb0739 (patch)
treee783f1431ac93159a33f6d77f04a38d7442e2807 /content/new-talk-and-tutorials.article
parent4ef92a4cb3618e50e88a8bdbee7273a2b0b4ca9f (diff)
content: fixed broken url for Stanford CSC talk
Looks like Stanford moved the Computer Systems Colloquium talks to their youtube channel. Change-Id: Ib93da9c12904ae4470218195bd82be7ebd9f3b8d Reviewed-on: https://go-review.googlesource.com/69070 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'content/new-talk-and-tutorials.article')
-rw-r--r--content/new-talk-and-tutorials.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/new-talk-and-tutorials.article b/content/new-talk-and-tutorials.article
index 608c47a..b54d865 100644
--- a/content/new-talk-and-tutorials.article
+++ b/content/new-talk-and-tutorials.article
@@ -5,7 +5,7 @@ Andrew Gerrand
* Introduction
-Rob Pike recently gave a talk at Stanford's [[http://www.stanford.edu/class/ee380/][Computer Systems Colloquium]] (EE380). Titled [[http://www.stanford.edu/class/ee380/Abstracts/100428.html][_Another_Go_at_Language_Design_]], the presentation gives an overview of the itches Go was built to scratch, and how Go addresses those problems. You can view [[http://stanford-online.stanford.edu/courses/ee380/100428-ee380-300.asx][a video stream of the talk]], and [[http://www.stanford.edu/class/ee380/Abstracts/100428-pike-stanford.pdf][download the slides]].
+Rob Pike recently gave a talk at Stanford's [[http://www.stanford.edu/class/ee380/][Computer Systems Colloquium]] (EE380). Titled [[http://www.stanford.edu/class/ee380/Abstracts/100428.html][_Another_Go_at_Language_Design_]], the presentation gives an overview of the itches Go was built to scratch, and how Go addresses those problems. You can view [[https://www.youtube.com/watch?v=7VcArS4Wpqk][a video stream of the talk]], and [[http://www.stanford.edu/class/ee380/Abstracts/100428-pike-stanford.pdf][download the slides]].
Last week's release included a code lab, [[http://golang.org/doc/codelab/wiki/][Writing Web Applications]], that details the construction of a simple wiki program. It is a practical introduction to some fundamental Go concepts, and the first of a series of Go code labs.