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