aboutsummaryrefslogtreecommitdiff
path: root/re2/re2.h
diff options
context:
space:
mode:
authorPaul Wankadia <junyer@google.com>2015-04-05 21:15:16 +1000
committerPaul Wankadia <junyer@google.com>2015-04-09 16:08:18 +0000
commite69f55cbdaa45e9fe5f8e4354146b3126ded2c11 (patch)
tree14130818bbe83edad2aa8eefe01ee6e60b310873 /re2/re2.h
parent32b95fad6a149245c3f8c7148e9efe48982ec119 (diff)
downloadregex-re2-e69f55cbdaa45e9fe5f8e4354146b3126ded2c11.tar.gz
Fix a couple of links to Google Code.
Change-Id: I73ed5018c6ead776c6c61a0183546952163c3cc8 Reviewed-on: https://code-review.googlesource.com/2183 Reviewed-by: Perry Lorier <perryl@google.com> Reviewed-by: Paul Wankadia <junyer@google.com>
Diffstat (limited to 're2/re2.h')
-rw-r--r--re2/re2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/re2/re2.h b/re2/re2.h
index 71126db..f01c924 100644
--- a/re2/re2.h
+++ b/re2/re2.h
@@ -17,7 +17,7 @@
// some of the more complicated things thrown away. In particular,
// backreferences and generalized assertions are not available, nor is \Z.
//
-// See http://code.google.com/p/re2/wiki/Syntax for the syntax
+// See https://github.com/google/re2/wiki/Syntax for the syntax
// supported by RE2, and a comparison with PCRE and PERL regexps.
//
// For those not familiar with Perl's regular expressions,