From 392682d35296bda5c0d0cccf43bae55be3d084df Mon Sep 17 00:00:00 2001 From: skierpage Date: Sat, 1 Jun 2019 05:44:55 -0700 Subject: 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 --- GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3