doc/go1.21: fix link in WTF-8 section

Change-Id: I8fbba7ca5a148ff6523be412991af0c089e7f7ea
Reviewed-on: https://go-review.googlesource.com/c/go/+/499516
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Tobias Klauser 2023-05-31 18:56:47 +02:00 committed by Gopher Robot
parent 7ecd2212e1
commit f07901dc4e
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ Do not send CLs removing the interior tags from such phrases.
The <a href="/pkg/syscall#UTF16ToString"><code>UTF16ToString</code></a>
and <a href="/pkg/syscall#UTF16FromString"><code>UTF16FromString</code></a>
functions now convert between UTF-16 data and
<a href=http://simonsapin.github.io/wtf-8/"">WTF-8</a> strings.
<a href="https://simonsapin.github.io/wtf-8/">WTF-8</a> strings.
This is backward compatible as WTF-8 is a superset of the UTF-8
format that was used in earlier releases.
</p>