Skip to content

Commit f07901d

Browse files
tklausergopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 7ecd221 commit f07901d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.21.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
933933
The <a href="/pkg/syscall#UTF16ToString"><code>UTF16ToString</code></a>
934934
and <a href="/pkg/syscall#UTF16FromString"><code>UTF16FromString</code></a>
935935
functions now convert between UTF-16 data and
936-
<a href=http://simonsapin.github.io/wtf-8/"">WTF-8</a> strings.
936+
<a href="https://simonsapin.github.io/wtf-8/">WTF-8</a> strings.
937937
This is backward compatible as WTF-8 is a superset of the UTF-8
938938
format that was used in earlier releases.
939939
</p>

0 commit comments

Comments
 (0)