aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2019-04-08 16:07:49 -0400
committerAndrew Bonventre <andybons@golang.org>2019-04-08 20:29:35 +0000
commitd29b4ea305c078803686cae415be082409ac36d1 (patch)
treea44dda1af0c7cf336dbb923c4c383233cc91fac1
parentba83a7c45222cfee882cb803e2d402a832d36eb9 (diff)
downloadgo-d29b4ea305c078803686cae415be082409ac36d1.tar.gz
go-d29b4ea305c078803686cae415be082409ac36d1.zip
[release-branch.go1.12] doc: correct link in 1.11.8 notes
Change-Id: I09e0c2720ec0a51dc73c24b4550a749448656025 Reviewed-on: https://go-review.googlesource.com/c/go/+/171143 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> (cherry picked from commit 6f512c8d6696b288372c48c19058bbe9dcb79da0) Reviewed-on: https://go-review.googlesource.com/c/go/+/171157 Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--doc/devel/release.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index d2c5b972bc..2a7a499024 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -124,7 +124,7 @@ go1.11.7 (released 2019/04/05) includes fixes to the runtime and the
<p>
go1.11.8 (released 2019/04/08) fixes an issue where using the prebuilt binary
releases on older versions of GNU/Linux
-<a href="https://golang/go/issues/31293">led to failures</a>
+<a href="https://golang.org/issues/31293">led to failures</a>
when linking programs that used cgo.
Only Linux users who hit this issue need to update.
</p>