doc: fix broken link in README

Change-Id: I73450aeb59571f3285ff59ae214739e1866c9aa0
Reviewed-on: https://go-review.googlesource.com/5270
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Ryan Seys 2015-02-18 21:34:44 -05:00 committed by Andrew Gerrand
parent 270f8447d6
commit ac452349e4

View File

@ -10,7 +10,7 @@ visit https://golang.org/ or load doc/install-source.html
in your web browser.
Our canonical Git repository is located at https://go.googlesource.com/go.
(There is a mirror of the repository at https://github.com/golang/go.)
There is a mirror of the repository at https://github.com/golang/go.
Please report issues here: https://golang.org/issue/new
@ -43,4 +43,3 @@ put the following in your .profile:
export PATH=$PATH:$GOROOT/bin
See https://golang.org/doc/install or doc/install.html for more details.