From 64317bda9f497d66bbeffa71ae6328601167a5bd Mon Sep 17 00:00:00 2001 From: Michael Hay Date: Tue, 8 May 2018 17:03:47 +0100 Subject: [PATCH] doc: fix broken link to RegexSet docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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