From: Giovanni Bajo
Date: Tue, 21 Aug 2018 12:55:17 +0000 (+0200)
Subject: doc: remove mentions of cloning from GitHub
X-Git-Tag: go1.12beta1~1374
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=94e4aca3e6566671b1140192ab48d48de38ceda8;p=gostls13.git
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Ã
---
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:
-
-Step 1: Clone the Go source code from go.googlesource.com
+Step 1: Clone the Go source code from
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 your GOPATH
.
-Either clone from
-go.googlesource.com
or from GitHub:
+Clone from go.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