From 9b05ae612a4496df317e3c1c770b4b9c5648616d Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 5 May 2016 13:19:07 -0700 Subject: [PATCH] doc: update broken links in release notes Fixes #15559 Change-Id: Ie58650f35e32c1f49669134b62876357abcdc583 Reviewed-on: https://go-review.googlesource.com/22823 Reviewed-by: Brad Fitzpatrick --- doc/devel/release.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/devel/release.html b/doc/devel/release.html index 7e7312d6e7..97c4133f1d 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -126,17 +126,17 @@ Read the Go 1.3 Release Notes for more information.

go1.3.1 (released 2014/08/13) includes bug fixes to the compiler and the runtime, net, and crypto/rsa packages. -See the change history for details. +See the change history for details.

go1.3.2 (released 2014/09/25) includes bug fixes to cgo and the crypto/tls packages. -See the change history for details. +See the change history for details.

go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port. -See the change history for details. +See the change history for details.

go1.2 (released 2013/12/01)

@@ -150,12 +150,12 @@ Read the Go 1.2 Release Notes for more information.

go1.2.1 (released 2014/03/02) includes bug fixes to the runtime, net, and database/sql packages. -See the change history for details. +See the change history for details.

go1.2.2 (released 2014/05/05) includes a -security fix +security fix that affects the tour binary included in the binary distributions (thanks to Guillaume T).

@@ -170,17 +170,17 @@ Read the Go 1.1 Release Notes for more information.

go1.1.1 (released 2013/06/13) includes several compiler and runtime bug fixes. -See the change history for details. +See the change history for details.

go1.1.2 (released 2013/08/13) includes fixes to the gc compiler and cgo, and the bufio, runtime, syscall, and time packages. -See the change history for details. +See the change history for details. If you use package syscall's Getrlimit and Setrlimit functions under Linux on the ARM or 386 architectures, please note change -55ac276af5a7 +11803043 that fixes issue 5949.

@@ -207,7 +207,7 @@ The go1 release corresponds to

go1.0.1 (released 2012/04/25) was issued to -fix an +fix an escape analysis bug that can lead to memory corruption. It also includes several minor code and documentation fixes. @@ -226,7 +226,7 @@ go1.0.3 (released 2012/09/21) includes minor code and documentation fixes.

-See the go1 release branch history for the complete list of changes. +See the go1 release branch history for the complete list of changes.

Older releases

-- 2.50.0