From: Stefan Nilsson Date: Mon, 27 Feb 2012 22:22:55 +0000 (+1100) Subject: doc/go1: fix broken link X-Git-Tag: weekly.2012-03-04~124 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4fae9f794331eecc6106269f27b063aa060a5bfa;p=gostls13.git doc/go1: fix broken link R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5695072 --- diff --git a/doc/go1.html b/doc/go1.html index 75a309fe9e..88fec19724 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -1786,7 +1786,7 @@ The compiler will catch code using the old interface. The regexp package has been rewritten. It has the same interface but the specification of the regular expressions it supports has changed from the old "egrep" form to that of -RE2. +RE2.

diff --git a/doc/go1.tmpl b/doc/go1.tmpl index 6551daefd2..4e57ff48bf 100644 --- a/doc/go1.tmpl +++ b/doc/go1.tmpl @@ -1671,7 +1671,7 @@ The compiler will catch code using the old interface. The regexp package has been rewritten. It has the same interface but the specification of the regular expressions it supports has changed from the old "egrep" form to that of -RE2. +RE2.