summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Hay <mhaymo@hotmail.co.uk>2018-05-08 17:03:47 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-05-08 12:03:47 -0400
commit64317bda9f497d66bbeffa71ae6328601167a5bd (patch)
tree73e31ae768aee91546c9697bf77576844cc1be35 /README.md
parent7f3a0f0828a6233cfb99a84b6a39e5184144ec41 (diff)
doc: fix broken link to RegexSet docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84a0011e..cea4385a 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ Summarizing, ripgrep is fast because:
latter is better for large directories. ripgrep chooses the best searching
strategy for you automatically.
* Applies your ignore patterns in `.gitignore` files using a
- [`RegexSet`](https://doc.rust-lang.org/regex/regex/struct.RegexSet.html).
+ [`RegexSet`](https://docs.rs/regex/1.0.0/regex/struct.RegexSet.html).
That means a single file path can be matched against multiple glob patterns
simultaneously.
* It uses a lock-free parallel recursive directory iterator, courtesy of