aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-08 23:38:30 -0800
committerRuss Cox <rsc@golang.org>2009-11-08 23:38:30 -0800
commit8b04ceff629a19d44326738c4f086fcfb3f961d3 (patch)
treef4b5060e54eefd931cf8821f5e085db3eb7090bf
parentbb097d4649139caa09a6644a221c386f76d94c84 (diff)
downloadgo-8b04ceff629a19d44326738c4f086fcfb3f961d3.tar.gz
go-8b04ceff629a19d44326738c4f086fcfb3f961d3.zip
copy help section to install doc,
since most people won't get to the second one. R=r http://go/go-review/1024031
-rw-r--r--doc/contribute.html2
-rw-r--r--doc/install.html24
2 files changed, 25 insertions, 1 deletions
diff --git a/doc/contribute.html b/doc/contribute.html
index 01a2c41c03..9650ddd5df 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -24,7 +24,7 @@ has been written.
<h2>Community resources</h2>
<p>
-For real-time help, there may be users or developers on the
+For real-time help, there may be users or developers on
<code>#go-nuts</code> on the <a href="http://freenode.net/">Freenode</a> IRC server.
</p>
diff --git a/doc/install.html b/doc/install.html
index 2e7e0d667e..01d617d5df 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -267,3 +267,27 @@ about contributing to the Go project
gives more detail about
the process of building and testing Go programs.
</p>
+
+<h2>Community resources</h2>
+
+<p>
+For real-time help, there may be users or developers on
+<code>#go-nuts</code> on the <a href="http://freenode.net/">Freenode</a> IRC server.
+</p>
+
+<p>
+The official mailing list for discussion of the Go language is
+<a href="http://groups.google.com/group/golang-nuts">Go Nuts</a>.
+</p>
+
+<p>
+Bugs can be reported using the <a href="http://code.google.com/p/go/issues/list">Go issue tracker</a>.
+</p>
+
+<p>
+For those who wish to keep up with development,
+there is another mailing list, <a href="http://groups.google.com/group/golang-checkins">golang-checkins</a>,
+that receives a message summarizing each checkin to the Go repository.
+</p>
+
+