summaryrefslogtreecommitdiffstats
path: root/crates/pcre2/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/pcre2/Cargo.toml')
-rw-r--r--crates/pcre2/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index 924943d5..6f9673d7 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -6,8 +6,8 @@ description = """
Use PCRE2 with the 'grep' crate.
"""
documentation = "https://docs.rs/grep-pcre2"
-homepage = "https://github.com/BurntSushi/ripgrep"
-repository = "https://github.com/BurntSushi/ripgrep"
+homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
+repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
readme = "README.md"
keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense/MIT"