diff options
| author | Russ Cox <rsc@golang.org> | 2023-12-07 12:49:14 -0500 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-12-08 03:23:23 +0000 |
| commit | 2d2fc5b9cbef2597ca48ddb6615b086f37fe60f5 (patch) | |
| tree | 8bf291b0fea0c4bdc525ab135c2c07e8af000a40 /_content/doc/install/source.html | |
| parent | 90162a8e6f6ec87cee98f521bb40d191efa20fb2 (diff) | |
| download | go-x-website-2d2fc5b9cbef2597ca48ddb6615b086f37fe60f5.tar.xz | |
_content: rewrite links to https://go.dev/foo to /foo
We use /foo consistently so that people browsing on
golang.google.cn are not redirected to go.dev.
This CL is completely mechanical, replacing
href="https://go.dev/ -> href="/
in HTML and replacing
](https://go.dev/ -> ](/
in Markdown.
Change-Id: I8ac732d672075600c8e53c46787205454b196850
Reviewed-on: https://go-review.googlesource.com/c/website/+/548058
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to '_content/doc/install/source.html')
| -rw-r--r-- | _content/doc/install/source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/install/source.html b/_content/doc/install/source.html index 22469cc7..a3cc5820 100644 --- a/_content/doc/install/source.html +++ b/_content/doc/install/source.html @@ -728,7 +728,7 @@ default is <code>v1</code>) This sets the microarchitecture level for which to compile. Valid values are <code>v1</code> (default), <code>v2</code>, <code>v3</code>, <code>v4</code>. -See <a href="https://go.dev/wiki/MinimumRequirements#amd64">the Go wiki +See <a href="/wiki/MinimumRequirements#amd64">the Go wiki MinimumRequirements page</a> for more information. </p> </li> |
