From 8b04ceff629a19d44326738c4f086fcfb3f961d3 Mon Sep 17 00:00:00 2001
From: Russ Cox
Date: Sun, 8 Nov 2009 23:38:30 -0800
Subject: [PATCH] copy help section to install doc, since most people won't get
to the second one.
R=r
http://go/go-review/1024031
---
doc/contribute.html | 2 +-
doc/install.html | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)
diff --git a/doc/contribute.html b/doc/contribute.html
index 01a2c41c030..9650ddd5dfa 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -24,7 +24,7 @@ has been written.
Community resources
-For real-time help, there may be users or developers on the
+For real-time help, there may be users or developers on
#go-nuts
on the Freenode IRC server.
diff --git a/doc/install.html b/doc/install.html
index 2e7e0d667e6..01d617d5df1 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.
+
+Community resources
+
+
+For real-time help, there may be users or developers on
+#go-nuts
on the Freenode IRC server.
+
+
+
+The official mailing list for discussion of the Go language is
+Go Nuts.
+
+
+
+Bugs can be reported using the Go issue tracker.
+
+
+
+For those who wish to keep up with development,
+there is another mailing list, golang-checkins,
+that receives a message summarizing each checkin to the Go repository.
+
+
+