]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1: fix broken link
authorStefan Nilsson <snilsson@nada.kth.se>
Mon, 27 Feb 2012 22:22:55 +0000 (09:22 +1100)
committerDavid Symonds <dsymonds@golang.org>
Mon, 27 Feb 2012 22:22:55 +0000 (09:22 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5695072

doc/go1.html
doc/go1.tmpl

index 75a309fe9e9b3a61eada4a70403f8cc675edebec..88fec19724dcd964874837ac4f859e95b31f3149 100644 (file)
@@ -1786,7 +1786,7 @@ The compiler will catch code using the old interface.
 The <a href="/pkg/regexp/"><code>regexp</code></a> 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
-<a href="code.google.com/p/re2">RE2</a>.
+<a href="http://code.google.com/p/re2/">RE2</a>.
 </p>
 
 <p>
index 6551daefd2cffa629a297fe71e1327ee086373ef..4e57ff48bfcaa587e0f19e7e94acb236852d4a60 100644 (file)
@@ -1671,7 +1671,7 @@ The compiler will catch code using the old interface.
 The <a href="/pkg/regexp/"><code>regexp</code></a> 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
-<a href="code.google.com/p/re2">RE2</a>.
+<a href="http://code.google.com/p/re2/">RE2</a>.
 </p>
 
 <p>