From 781fb19f8976c633e3b71134e279cc7ab29b2416 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 14 Jun 2023 10:38:32 +1000 Subject: [PATCH] _content: fix anchors in toolchain.md A couple of anchor hints were declared with parentheses instead of curly braces. Change-Id: If1032fbbe31bce0cd6417dae71d748f5ea5ca500 Reviewed-on: https://go-review.googlesource.com/c/website/+/502776 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Andrew Gerrand Auto-Submit: Ian Lance Taylor --- _content/doc/toolchain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_content/doc/toolchain.md b/_content/doc/toolchain.md index 6e836434..085083c0 100644 --- a/_content/doc/toolchain.md +++ b/_content/doc/toolchain.md @@ -346,7 +346,7 @@ which run in no workspace or main module and cannot write a `toolchain` line. They print a switching message every time they need to switch to a newer toolchain. -## Downloading toolchains (#download) +## Downloading toolchains {#download} When using `GOTOOLCHAIN=auto` or `GOTOOLCHAIN=+auto`, the Go command downloads newer toolchains as needed. @@ -422,7 +422,7 @@ When `go get` is run in a module in a directory contained in a workspace root, but it does update the `go.work` file to upgrade the `go` line when the workspace would otherwise be left with too old a `go` line. -## Managing Go version workspace requirements with `go work` (#work) +## Managing Go version workspace requirements with `go work` {#work} As noted in the previous section, `go get` run in a directory inside a workspace root will take care to update the `go.work` file's `go` line