doc/go1: fix broken link

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5695072
This commit is contained in:
Stefan Nilsson 2012-02-28 09:22:55 +11:00 committed by David Symonds
parent eafe86c2df
commit 4fae9f7943
2 changed files with 2 additions and 2 deletions

View 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>

View 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>