doc: link to Go coding screencast

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6849046
diff --git a/doc/docs.html b/doc/docs.html
index 1f9ae76..9bb012a 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -45,8 +45,10 @@
 
 <h3 id="code"><a href="code.html">How to write Go code</a></h3>
 <p>
-How to use the <a href="/cmd/go/">go command</a> to fetch, build, and install
-packages, commands, and run tests.
+Also available as a
+<a href="http://www.youtube.com/watch?v=XCsL89YtqCs">screencast</a>, this doc
+explains how to use the <a href="/cmd/go/">go command</a> to fetch, build, and
+install packages, commands, and run tests.
 </p>
 
 <h3 id="effective_go"><a href="effective_go.html">Effective Go</a></h3>