diff options
Diffstat (limited to 'doc/root.html')
-rw-r--r-- | doc/root.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/root.html b/doc/root.html index f98f9c243..8d76928c8 100644 --- a/doc/root.html +++ b/doc/root.html @@ -60,7 +60,7 @@ google.setOnLoadCallback(loadFeed); <div id="content-rotating"> <div id="content-videos"> <h2>Go Videos <span class="more">| <a href="/doc/docs.html#videos_talks">More...</a></span></h2> - <a class="video" href="http://osdc.blip.tv/file/4432146/"><img src="/doc/play_overlay.png" class="thumbnail _004" /> <span class="caption title">“Practical Go Programming”</span> <span class="caption description">OSDC Tech Talk</span></a> + <a class="video" href="http://www.youtube.com/watch?v=-i0hat7pdpk"><img src="/doc/play_overlay.png" class="thumbnail _005" /> <span class="caption title">“Writing Web Apps in Go”</span> <span class="caption description">Google I/O 2011</span></a> </div> <h2>Go Blog <span class="more">| <a href="http://blog.golang.org/">More...</a></span></h2> <div id="content-blog"> @@ -78,9 +78,10 @@ google.setOnLoadCallback(loadFeed); <li><a href="/doc/effective_go.html">Effective Go</a></li> <li><a href="/doc/go_faq.html">Go FAQ</a></li> <li><a href="/doc/docs.html">Other Documentation</a></li> + <li><a href="http://code.google.com/appengine/docs/go/">Go for Google App Engine</a> <sup class="new">New!</sup></li> </ul> </div> - <div id="resources-contributors" class="resources"> + <div id="resources-contributors" > <h3>For developers:</h3> <ul> <li><a href="http://godashboard.appspot.com/package">Package Dashboard</a></li> |