Skip to content

Commit 626ef08

Browse files
committed
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 <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 30641e3 commit 626ef08

File tree

3 files changed

+4
-1098
lines changed

3 files changed

+4
-1098
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,20 @@ BSD-style license found in the LICENSE file.
1919
Official binary distributions are available at https://golang.org/dl/.
2020

2121
After downloading a binary release, visit https://golang.org/doc/install
22-
or load [doc/install.html](./doc/install.html) in your web browser for installation
23-
instructions.
22+
for installation instructions.
2423

2524
#### Install From Source
2625

2726
If a binary distribution is not available for your combination of
2827
operating system and architecture, visit
29-
https://golang.org/doc/install/source or load [doc/install-source.html](./doc/install-source.html)
30-
in your web browser for source installation instructions.
28+
https://golang.org/doc/install/source
29+
for source installation instructions.
3130

3231
### Contributing
3332

3433
Go is the work of thousands of contributors. We appreciate your help!
3534

36-
To contribute, please read the contribution guidelines:
37-
https://golang.org/doc/contribute.html
35+
To contribute, please read the contribution guidelines at https://golang.org/doc/contribute.html.
3836

3937
Note that the Go project uses the issue tracker for bug reports and
4038
proposals only. See https://golang.org/wiki/Questions for a list of

0 commit comments

Comments
 (0)