Skip to content

Commit 5a0b491

Browse files
smasher164bradfitz
authored andcommitted
version/go1.11beta1: change URL for release notes
Previously, the referenced URL for release notes was https://golang.org/doc/go1.11beta1, where there was no document. This change points it to https://tip.golang.org/doc/go1.11. Updates golang/go#26240 Change-Id: Ie42cd9c16bc8ebe9e8f5cc820ff702f577212067 Reviewed-on: https://go-review.googlesource.com/122409 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent cd2ea43 commit 5a0b491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/go1.11beta1/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// And then use the go1.11beta1 command as if it were your normal go
1313
// command.
1414
//
15-
// See the release notes at https://golang.org/doc/go1.11beta1
15+
// See the release notes at https://tip.golang.org/doc/go1.11
1616
//
1717
// File bugs at https://golang.org/issues/new
1818
package main

0 commit comments

Comments
 (0)