summaryrefslogtreecommitdiff
path: root/doc/go1.html
diff options
context:
space:
mode:
authorStefan Nilsson <snilsson@nada.kth.se>2012-02-28 09:22:55 +1100
committerStefan Nilsson <snilsson@nada.kth.se>2012-02-28 09:22:55 +1100
commit08dd7044bf46f5c28b2bf6eac73e9a12480505ed (patch)
tree526112887799728fc9c8a6c12e691469c1507d52 /doc/go1.html
parent118ef87f25f88fb381a7f13350aa4dcfa234f071 (diff)
downloadgo-08dd7044bf46f5c28b2bf6eac73e9a12480505ed.tar.gz
doc/go1: fix broken link
R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5695072 Committer: David Symonds <dsymonds@golang.org>
Diffstat (limited to 'doc/go1.html')
-rw-r--r--doc/go1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.html b/doc/go1.html
index 75a309fe9..88fec1972 100644
--- a/doc/go1.html
+++ b/doc/go1.html
@@ -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>