Commit fc9a234d authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

regexp: fix link to RE2 syntax

Fixes #10224

Change-Id: I21037379b4667575e51ab0b6b683138c505c3f68
Reviewed-on: https://go-review.googlesource.com/7960Reviewed-by: default avatarDavid Crawshaw <crawshaw@golang.org>
parent 715d017b
......@@ -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
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment