Skip to content

Commit 94e4aca

Browse files
committed
doc: remove mentions of cloning from GitHub
Complete CL117178 removing all references to GitHub, and leaving a small note to make sure we remember that it's not supported. Change-Id: Id4257515a864875808fa7a67f002ed52cfd635a3 Reviewed-on: https://go-review.googlesource.com/130395 Reviewed-by: Daniel Martí <[email protected]>
1 parent c180798 commit 94e4aca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/contribute.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ <h3>Overview</h3>
405405

406406
<ul>
407407
<li>
408-
<b>Step 1:</b> Clone the Go source code from go.googlesource.com
408+
<b>Step 1:</b> Clone the Go source code from <code>go.googlesource.com</code>
409409
and make sure it's stable by compiling and testing it once:
410410
<pre>
411411
$ git clone https://go.googlesource.com/go
@@ -469,12 +469,11 @@ <h3 id="checkout_go">Step 1: Clone the Go source code</h3>
469469
checked out from the correct repository.
470470
You can check out the Go source repo onto your local file system anywhere
471471
you want as long as it's outside your <code>GOPATH</code>.
472-
Either clone from
473-
<code>go.googlesource.com</code> or from GitHub:
472+
Clone from <code>go.googlesource.com</code> (not GitHub):
474473
</p>
475474

476475
<pre>
477-
$ git clone https://github.com/golang/go # or https://go.googlesource.com/go
476+
$ git clone https://go.googlesource.com/go
478477
$ cd go
479478
</pre>
480479

0 commit comments

Comments
 (0)