Commit dd0e7a95 authored by Wayne Ashley Berry's avatar Wayne Ashley Berry Committed by Brad Fitzpatrick

doc: change git clone url

The git clone url should be a Gerrit host and not Github, otherwise the
codereview command will fail.

	git-codereview: failed to load Gerrit origin: git origin must be a Gerrit host, not GitHub: https://github.com/golang/go

Change-Id: I62f62c86ee6dce0720a844fc56340135dfae8405
Reviewed-on: https://go-review.googlesource.com/117178Reviewed-by: 's avatarDaniel Martí <mvdan@mvdan.cc>
Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent c89d75f9
...@@ -384,10 +384,10 @@ This is an overview of the overall process: ...@@ -384,10 +384,10 @@ This is an overview of the overall process:
<ul> <ul>
<li> <li>
<b>Step 1:</b> Clone the Go source code from GitHub or go.googlesource.com <b>Step 1:</b> Clone the Go source code from go.googlesource.com
and make sure it's stable by compiling and testing it once: and make sure it's stable by compiling and testing it once:
<pre> <pre>
$ git clone https://github.com/golang/go # or https://go.googlesource.com/go $ git clone https://go.googlesource.com/go
$ cd go/src $ cd go/src
$ ./all.bash # compile and test $ ./all.bash # compile and test
</pre> </pre>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment