mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
doc/go1: fix broken link
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5695072
This commit is contained in:
parent
eafe86c2df
commit
4fae9f7943
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue