aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2021-02-12 16:02:12 -0500
committerRuss Cox <rsc@golang.org>2021-02-16 02:06:56 +0000
commit626ef0812739ac7bb527dbdf4b0ed3a436c90901 (patch)
tree93ddaf644afee2f29bddca8708ca1680f6b97e31 /README.md
parent30641e36aa5b547eee48565caa3078b0a2e7c185 (diff)
downloadgo-626ef0812739ac7bb527dbdf4b0ed3a436c90901.tar.gz
go-626ef0812739ac7bb527dbdf4b0ed3a436c90901.zip
doc: remove install.html and install-source.html
These live in x/website/content/doc now. The copies here just attract edits that have no actual effect. For #40496. For #41861. Change-Id: I2fdd7375e373949eb9a88f4cdca440b6a5d45eea Reviewed-on: https://go-review.googlesource.com/c/go/+/291709 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 49231bf25d..4ca3956de8 100644
--- a/README.md
+++ b/README.md
@@ -19,22 +19,20 @@ BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install
-or load [doc/install.html](./doc/install.html) in your web browser for installation
-instructions.
+for installation instructions.
#### Install From Source
If a binary distribution is not available for your combination of
operating system and architecture, visit
-https://golang.org/doc/install/source or load [doc/install-source.html](./doc/install-source.html)
-in your web browser for source installation instructions.
+https://golang.org/doc/install/source
+for source installation instructions.
### Contributing
Go is the work of thousands of contributors. We appreciate your help!
-To contribute, please read the contribution guidelines:
- https://golang.org/doc/contribute.html
+To contribute, please read the contribution guidelines at https://golang.org/doc/contribute.html.
Note that the Go project uses the issue tracker for bug reports and
proposals only. See https://golang.org/wiki/Questions for a list of