]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: fix link in WTF-8 section
authorTobias Klauser <tklauser@distanz.ch>
Wed, 31 May 2023 16:56:47 +0000 (18:56 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 31 May 2023 20:36:31 +0000 (20:36 +0000)
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>

doc/go1.21.html

index f0fe16bb18187d610cfd5d35c4e6b6e440998ed2..b7686d3fb8be02e6d33ccbb39449b41f68a08bc1 100644 (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>