Skip to content

Commit f521077

Browse files
crismangopherbot
authored andcommitted
doc: normalize proposal-process links
The docs in .github & CONTRIBUTING.md have three different links to the same place. I have picked the one from "10-proposal.md" as the canonical url as it uses the normal go website shortener service (thus centralizing any future maintenance of this location), uses the new public domain (go.dev over golang.org), and also picks up the readme URI fragment from the shortener redirect which allows the doc links to be cleaner, but also the convenience for the reader starting directly at the human readable parsed README.md. Should also cut down on confusion like I had reading documentation about why there were multiple proposal sites, which turned out all to be the same place. Update all proposal-process links to the same URL. Change-Id: I2f2ea3a6ca34a445268285520e1b19570946afb8 GitHub-Last-Rev: eb76908 GitHub-Pull-Request: golang#59238 Reviewed-on: https://go-review.googlesource.com/c/go/+/479415 Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 6e096e2 commit f521077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Unlike many projects on GitHub, the Go project does not use its bug tracker for general discussion or asking questions.
2-
We only use our bug tracker for tracking bugs and tracking proposals going through the [Proposal Process](https://golang.org/s/proposal-process).
2+
We only use our bug tracker for tracking bugs and tracking proposals going through the [Proposal Process](https://go.dev/s/proposal-process).
33

44
For asking questions, see:
55

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Otherwise, when filing an issue, make sure to answer these five questions:
2424
4. What did you expect to see?
2525
5. What did you see instead?
2626

27-
For change proposals, see [Proposing Changes To Go](https://github.com/golang/proposal/).
27+
For change proposals, see [Proposing Changes To Go](https://go.dev/s/proposal-process).
2828

2929
## Contributing code
3030

0 commit comments

Comments
 (0)