diff --git a/doc/contribute.html b/doc/contribute.html index 5dc8a0044d..5d8e1163a0 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -405,7 +405,7 @@ This is an overview of the overall process:
go.googlesource.com
and make sure it's stable by compiling and testing it once:
$ git clone https://go.googlesource.com/go @@ -469,12 +469,11 @@ In addition to a recent Go installation, you need to have a local copy of the so checked out from the correct repository. You can check out the Go source repo onto your local file system anywhere you want as long as it's outside yourGOPATH. -Either clone from -go.googlesource.comor from GitHub: +Clone fromgo.googlesource.com(not GitHub):-$ git clone https://github.com/golang/go # or https://go.googlesource.com/go +$ git clone https://go.googlesource.com/go $ cd go