]> Cypherpunks repositories - gostls13.git/commitdiff
regexp: fix link to RE2 syntax
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 23 Mar 2015 19:08:11 +0000 (12:08 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 23 Mar 2015 19:17:52 +0000 (19:17 +0000)
Fixes #10224

Change-Id: I21037379b4667575e51ab0b6b683138c505c3f68
Reviewed-on: https://go-review.googlesource.com/7960
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/regexp/regexp.go

index f20d1099b504e3c2b03c65a5da792809dfecacb5..70ba9d0efe54754f082c7601fb2819505f03bcef 100644 (file)
@@ -7,7 +7,7 @@
 // The syntax of the regular expressions accepted is the same
 // general syntax used by Perl, Python, and other languages.
 // More precisely, it is the syntax accepted by RE2 and described at
-// http://code.google.com/p/re2/wiki/Syntax, except for \C.
+// https://golang.org/s/re2syntax, except for \C.
 // For an overview of the syntax, run
 //   godoc regexp/syntax
 //