summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskierpage <info@skierpage.com>2019-06-01 05:44:55 -0700
committerAndrew Gallant <jamslam@gmail.com>2019-06-01 08:44:55 -0400
commit392682d35296bda5c0d0cccf43bae55be3d084df (patch)
tree56d898b711b389321e7a01bdbc4b811eac0ab14a
parent7d3f79458891d2cb9ce2b3d51f8d8f788d36c9e8 (diff)
doc: point regex doc link to the latest version
The latest doc is different, e.g. adds "symmetric differences" under https://docs.rs/regex/*/regex/#character-classes PR #1287
-rw-r--r--GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/GUIDE.md b/GUIDE.md
index aa7a2929..3b2ea479 100644
--- a/GUIDE.md
+++ b/GUIDE.md
@@ -110,7 +110,7 @@ colors, you'll notice that `faster` will be highlighted instead of just the
It is beyond the scope of this guide to provide a full tutorial on regular
expressions, but ripgrep's specific syntax is documented here:
-https://docs.rs/regex/0.2.5/regex/#syntax
+https://docs.rs/regex/*/regex/#syntax
### Recursive search