diff options
author | Rob Pike <r@golang.org> | 2009-11-08 22:02:15 -0800 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2009-11-08 22:02:15 -0800 |
commit | e24c4ea5d724c2cc0c268dfe05707fdb60857d46 (patch) | |
tree | b16dc5a7465de6aeb291369759b3833423452748 | |
parent | 9a16aacbf086e79a67d4b936b248a44d127c9c20 (diff) | |
download | golang-e24c4ea5d724c2cc0c268dfe05707fdb60857d46.tar.gz |
make "Go for it" link to install.html.
delete the unnecessary "Programming in Go. Watch Now" from the right box.
center the video picture in the right box.
R=rsc
CC=go-dev
http://go/go-review/1025027
-rw-r--r-- | doc/root.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/root.html b/doc/root.html index af5824c1a..c7a40985c 100644 --- a/doc/root.html +++ b/doc/root.html @@ -24,18 +24,13 @@ </li> </ol> - <h1>Slow compiles?<br>Watch this.</h1> - <table> + <h1>Slow compiles?<br>Watch this</h1> + <table width="100%"> <tr> <td align=center width="100%"> <a href="http://www.youtube.com/FIXME"><img src="/doc/video-snap.jpg"></a> </td> </tr> - <tr> - <td align=center> - Programming with Go.<br><a href="http://www.youtube.com/FIXME">Watch now</a>. - </td> - </tr> </table> </div> @@ -95,7 +90,7 @@ It's a joy to use. <h3>… open source</h3> <p> -<a href="http://code.google.com/p/go/source/browse/">Go for it</a>. +<a href="/doc/install.html">Go for it</a>. </p> </div> |