aboutsummaryrefslogtreecommitdiff
path: root/_content/ref/mod.md
diff options
context:
space:
mode:
authorMax Riveiro <kavu13@gmail.com>2023-06-15 01:37:02 +0000
committerGopher Robot <gobot@golang.org>2023-06-15 17:46:36 +0000
commita9926fb5ae4b27616fb3ec5adcf0f31ffff69a68 (patch)
treec0ae6fdaab2c46c47c44fe8ad03f710682229b71 /_content/ref/mod.md
parent781fb19f8976c633e3b71134e279cc7ab29b2416 (diff)
downloadgo-x-website-a9926fb5ae4b27616fb3ec5adcf0f31ffff69a68.tar.xz
_content: fix broken Markdown links to /doc/toolchain
Change-Id: I2256da09dcbc20832c5f6c3eb48a884af8ad604a GitHub-Last-Rev: fa7f86b3b409e8d27bf93aacb219ccbaadec9a78 GitHub-Pull-Request: golang/website#228 Reviewed-on: https://go-review.googlesource.com/c/website/+/503235 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Tatiana Bradley <tatianabradley@google.com> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to '_content/ref/mod.md')
-rw-r--r--_content/ref/mod.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/_content/ref/mod.md b/_content/ref/mod.md
index b32ffe10..0b1d3e4e 100644
--- a/_content/ref/mod.md
+++ b/_content/ref/mod.md
@@ -542,7 +542,7 @@ Before Go 1.21, the directive was advisory only; now it is a mandatory requireme
Go toolchains refuse to use modules declaring newer Go versions.
The `go` directive is an input into selecting which Go toolchain to run.
-See “[/doc/toolchain](Go toolchains)” for details.
+See “[Go toolchains](/doc/toolchain)” for details.
The `go` directive affects use of new language features:
@@ -619,7 +619,7 @@ version is less than the suggested toolchain's version.
For reproducibility, the `go` command writes its own toolchain name in a `toolchain` line any time
it is updating the `go` version in the `go.mod` file (usually during `go get`).
-For details, see “[/doc/toolchain](Go toolchains)”.
+For details, see “[Go toolchains](/doc/toolchain)”.
```
ToolchainDirective = "toolchain" ToolchainName newline .
@@ -1238,7 +1238,7 @@ A `toolchain` directive declares a suggested Go toolchain to use in a workspace.
It only has an effect when the default toolchain
is older than the suggested toolchain.
-For details, see “[/doc/toolchain](Go toolchains)”.
+For details, see “[Go toolchains](/doc/toolchain)”.
```
ToolchainDirective = "toolchain" ToolchainName newline .