summaryrefslogtreecommitdiffstats
path: root/crates/searcher
diff options
context:
space:
mode:
Diffstat (limited to 'crates/searcher')
-rw-r--r--crates/searcher/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index ac20ae0f..6488b70f 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -6,8 +6,8 @@ description = """
Fast line oriented regex searching as a library.
"""
documentation = "https://docs.rs/grep-searcher"
-homepage = "https://github.com/BurntSushi/ripgrep"
-repository = "https://github.com/BurntSushi/ripgrep"
+homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher"
+repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher"
readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"]
license = "Unlicense/MIT"