_content/doc/go1.21: fix anchor name typo in link

Reported by Jochen Voss on the golang-nuts list

Change-Id: Ic0986948c13b30ce98a4bb763da883ab4fafd76b
Reviewed-on: https://go-review.googlesource.com/c/website/+/520215
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Eli Bendersky <eliben@google.com>
diff --git a/_content/doc/go1.21.html b/_content/doc/go1.21.html
index 9956600..f9c27f2 100644
--- a/_content/doc/go1.21.html
+++ b/_content/doc/go1.21.html
@@ -32,7 +32,7 @@
   Today we are releasing both the Go 1.21 language and its initial implementation, the Go 1.21.0 release.
   These notes refer to “Go 1.21”; tools like <code>go</code> <code>version</code> will report “<code>go1.21.0</code>”
   (until you upgrade to Go 1.21.1).
-  See “<a href="/doc/toolchain#versions">Go versions</a>” in the “Go Toolchains” documentation for details
+  See “<a href="/doc/toolchain#version">Go versions</a>” in the “Go Toolchains” documentation for details
   about the new version numbering.
 </p>