diff options
author | Andrew Gerrand <adg@golang.org> | 2013-11-21 08:36:06 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-11-21 08:36:06 +1100 |
commit | dbdc6c111ff558d964c7fc7d17eb538aa323809b (patch) | |
tree | 1796b589eea09ec0d4ef904f2ff116dc55dd8ba7 | |
parent | cae8a7139a6f4182432f1426d06b746851bbccd0 (diff) |
go.blog: fix Go Twitter link
R=golang-dev, dave
https://golang.org/cl/30000043
-rw-r--r-- | template/root.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/root.tmpl b/template/root.tmpl index fb04604..6c7d3ed 100644 --- a/template/root.tmpl +++ b/template/root.tmpl @@ -98,7 +98,7 @@ <li><a href='http://groups.google.com/group/golang-nuts'>Go Mailing List</a></li> <li><a href='https://plus.google.com/101406623878176903605'>Go on Google+</a></li> <li><a href='https://plus.google.com/112164155169467723645/posts'>Go+ Community</a></li> - <li><a href='http://twitter.com/go_nuts'>Go on Twitter</a></li> + <li><a href='http://twitter.com/golang'>Go on Twitter</a></li> </ul> <h4>Keep up with Google Developers</h4> |