Skip to content

Commit b52edba

Browse files
committed
all: fix and test for references to github.com/golang/go/issues and wiki
Insist on the canonical /issue/ and /wiki/ links instead. Change-Id: I7a2eedda69bc3fcd11466722a41f00c9dbaf283f Reviewed-on: https://go-review.googlesource.com/c/website/+/550323 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 5f31ab0 commit b52edba

36 files changed

+56
-45
lines changed

_content/blog/9years.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ We are excited about all of our new gophers and actively working to improve our
4242
It’s hard to believe that it’s only been five years since
4343
the first Go conferences and Go meetups.
4444
We’ve seen major growth in this area of community leadership over the last year.
45-
There are now over 20 [Go conferences](https://github.com/golang/go/wiki/Conferences)
45+
There are now over 20 [Go conferences](/wiki/Conferences)
4646
and over 300 [Go-related meetups](https://www.meetup.com/topics/golang/) spanning the globe.
4747

4848
Thanks to the hard work put into these many conferences and meetups,

_content/blog/contributors-summit-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ and improved handling of issues and code changes in the future.
154154

155155
The tools breakout session during the contributor summit took an extended form,
156156
with two further sessions on the main conference days organized by the
157-
[golang-tools](https://github.com/golang/go/wiki/golang-tools) group.
157+
[golang-tools](/wiki/golang-tools) group.
158158
This summary is broken down into two parts: the tools session at the contributor workshop,
159159
and a combined report from the golang-tools sessions on the main conference days.
160160

_content/blog/fuzz-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ clear the fuzz cache by running `gotip clean -fuzzcache`.
105105
This feature will become available starting in Go 1.18.
106106

107107
If you experience any problems or have an idea for a feature, please [file an
108-
issue](https://github.com/golang/go/issues/new/?&labels=fuzz).
108+
issue](/issue/new/?&labels=fuzz).
109109

110110
For discussion and general feedback about the feature, you can also participate
111111
in the [#fuzzing channel](https://gophers.slack.com/archives/CH5KV1AKE) in

_content/blog/get-familiar-with-workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ documentation](https://pkg.go.dev/golang.org/x/tools/gopls#readme-editors).
241241
- Try using [workspaces](/ref/mod#workspaces) with the [Go
242242
workspaces Tutorial](/doc/tutorial/workspaces).
243243
- If you encounter any problems with workspaces, or want to suggest
244-
something, file an [issue](https://github.com/golang/go/issues/new/choose).
244+
something, file an [issue](/issue/new).
245245
- Read the
246246
[workspace maintenance documentation](https://pkg.go.dev/cmd/go#hdr-Workspace_maintenance).
247247
- Explore module commands for [working outside of a single

_content/blog/go-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We estimate there are now [over one million](https://research.swtch.com/gopherco
2323
Go developers worldwide.
2424
Go powers many of the most critical cloud infrastructure projects,
2525
including Kubernetes, Istio, and Docker.
26-
Companies like Lyft, Capital One, Netflix and [many more](https://github.com/golang/go/wiki/GoUsers)
26+
Companies like Lyft, Capital One, Netflix and [many more](/wiki/GoUsers)
2727
are depending on Go in production.
2828
Over the years, we've found that developers love Go for cloud development
2929
because of its efficiency,

_content/blog/go1.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ be that the `go` tool now does
1818
Of course, one of the hundreds of smaller changes may be **your** favorite.
1919

2020
To celebrate the release, Go User Groups around the world are holding
21-
[release parties](https://github.com/golang/go/wiki/Go-1.10-Release-Party).
21+
[release parties](/wiki/Go-1.10-Release-Party).
2222
See if there's one in your area, or feel free to organize one!
2323

2424
Thanks to everyone who contributed to this release and everyone who

_content/blog/go1.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ And, of course, there are many more additions, improvements, and fixes.
8181
You can find them all in the comprehensive [release notes](/doc/go1.6).
8282

8383
To celebrate the release,
84-
[Go User Groups around the world](https://github.com/golang/go/wiki/Go-1.6-release-party)
84+
[Go User Groups around the world](/wiki/Go-1.6-release-party)
8585
are holding release parties on the 17th of February.
8686
Online, the Go contributors are hosting a question and answer session
8787
on the [golang subreddit](https://reddit.com/r/golang) for the next 24 hours.

_content/blog/go1.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Go 1.8 includes many more additions, improvements, and fixes.
4545
Find the complete set of changes, and more information about the improvements listed above, in the
4646
[Go 1.8 release notes](/doc/go1.8.html).
4747

48-
To celebrate the release, Go User Groups around the world are holding [release parties](https://github.com/golang/go/wiki/Go-1.8-release-party) this week.
48+
To celebrate the release, Go User Groups around the world are holding [release parties](/wiki/Go-1.8-release-party) this week.
4949
Release parties have become a tradition in the Go community, so if you missed out this time, keep an eye out when 1.9 nears.
5050

5151
Thank you to over 200 contributors who helped with this release.

_content/blog/go116-module-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Note that you can set `GO111MODULE` and other variables permanently with `go env
2929
We plan to drop support for GOPATH mode in Go 1.17.
3030
In other words, Go 1.17 will ignore `GO111MODULE`.
3131
If you have projects that do not build in module-aware mode, now is the time to migrate.
32-
If there is a problem preventing you from migrating, please consider filing an [issue](https://github.com/golang/go/issues/new) or an [experience report](https://github.com/golang/go/wiki/ExperienceReports).
32+
If there is a problem preventing you from migrating, please consider filing an [issue](/issue/new) or an [experience report](/wiki/ExperienceReports).
3333

3434
## No automatic changes to go.mod and go.sum
3535

@@ -135,5 +135,5 @@ See [Controlling version control tools with `GOVCS`](/ref/mod#vcs-govcs) for mor
135135

136136
## What's next?
137137

138-
We hope you find these features useful. We're already hard at work on the next set of module features for Go 1.17, particularly [lazy module loading](https://github.com/golang/go/issues/36460), which should make the module loading process faster and more stable.
138+
We hope you find these features useful. We're already hard at work on the next set of module features for Go 1.17, particularly [lazy module loading](/issue/36460), which should make the module loading process faster and more stable.
139139
As always, if you run into new bugs, please let us know on the [issue tracker](https://github.com/golang/go/issues). Happy coding!

_content/blog/go2-here-we-come.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ community have a chance to experiment with the new features and collect
9595
further feedback.
9696

9797
5. _Launch decision_. At the end of the three month
98-
[development cycle](https://github.com/golang/go/wiki/Go-Release-Cycle)
98+
[development cycle](/wiki/Go-Release-Cycle)
9999
(just when starting the three month repo freeze before a release), and
100100
based on the experience and feedback gathered during the release cycle,
101101
the Go team makes the final decision about whether to ship each change.
@@ -152,14 +152,14 @@ breaking existing code, and thus they serve as a perfect trial balloon.
152152
With all that said, we propose the following selection of Go 2 proposals for
153153
the Go 1.13 release (step 1 in the proposal evaluation process):
154154

155-
1. [_\#20706_](https://github.com/golang/go/issues/20706) _General Unicode identifiers based on_ [_Unicode TR31_](http://unicode.org/reports/tr31/):
155+
1. [_\#20706_](/issue/20706) _General Unicode identifiers based on_ [_Unicode TR31_](http://unicode.org/reports/tr31/):
156156
This addresses an important issue for Go programmers using non-Western alphabets
157157
and should have little if any impact on anyone else. There are normalization
158158
questions which we need to answer and where community feedback will be
159159
important, but after that the implementation path is well understood.
160160
Note that identifier export rules will not be affected by this.
161161

162-
2. [_\#19308_](https://github.com/golang/go/issues/19308), [_\#28493_](https://github.com/golang/go/issues/28493) _Binary integer literals and support for \_ in number literals_:
162+
2. [_\#19308_](/issue/19308), [_\#28493_](/issue/28493) _Binary integer literals and support for \_ in number literals_:
163163
These are relatively minor changes that seem hugely popular among many
164164
programmers. They may not quite reach the threshold of solving an
165165
“important issue” (hexadecimal numbers have worked well so far) but they
@@ -168,7 +168,7 @@ a pain point for some programmers. They have minimal impact on others who
168168
don’t care about binary integer literals or number formatting, and the
169169
implementation is well understood.
170170

171-
3. [_\#19113_](https://github.com/golang/go/issues/19113) _Permit signed integers as shift counts_:
171+
3. [_\#19113_](/issue/19113) _Permit signed integers as shift counts_:
172172
An estimated 38% of all non-constant shifts require an (artificial) uint
173173
conversion (see the issue for a more detailed break-down). This proposal
174174
will clean up a lot of code, get shift expressions better in sync with index

0 commit comments

Comments
 (0)