diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-06-30 15:34:22 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-06-30 15:34:22 +0200 |
commit | d39f5aa373a4422f7a5f3ee764fb0f6b0b719d61 (patch) | |
tree | 1833f8b72a4b3a8f00d0d143b079a8fcad01c6ae /doc/contrib.html | |
parent | 8652e6c371b8905498d3d314491d36c58d5f68d5 (diff) | |
download | golang-upstream/58.tar.gz |
Imported Upstream version 58upstream/58
Diffstat (limited to 'doc/contrib.html')
-rw-r--r-- | doc/contrib.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/contrib.html b/doc/contrib.html index 9d0c42726..84d2cda6a 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -4,7 +4,7 @@ <h2 id="howto">How you can help</h2> -<h3>Reporting issues</h3> +<h3><a href="http://code.google.com/p/go/issues">Reporting issues</a></h3> <p> If you spot bugs, mistakes, or inconsistencies in the Go project's code or @@ -19,7 +19,7 @@ a new one.) We pride ourselves on being meticulous; no issue is too small. </p> -<h3>Contributing code</h3> +<h3><a href="contribute.html">Contributing code</a></h3> <p> Go is an open source project and we welcome contributions from the community. @@ -39,7 +39,7 @@ are particularly in need of outside help. <div class="right-column"> -<h2 id="">The Go Project</h2> +<h2 id="the_go_project">The Go Project</h2> <h3 id="build_status"><a href="http://godashboard.appspot.com/">Build Status</a></h3> <p>View the status of Go builds across the supported operating @@ -49,7 +49,10 @@ systems and architectures.</p> <p>Features and ideas being developed or discussed by the Go team.</p> <h3 id="release"><a href="devel/release.html">Release History</a></h3> -<p>A summary of the changes between tagged releases of Go.</p> +<p>A summary of the changes between Go releases.</p> + +<h3 id="release"><a href="devel/weekly.html">Weekly Snapshot History</a></h3> +<p>A summary of the changes between weekly snapshots of Go.</p> <h3 id="golang-dev"><a href="http://groups.google.com/group/golang-dev">Developer Mailing List</a></h3> <p>The <a href="http://groups.google.com/group/golang-dev">golang-dev</a> |