From 3bf5779a6b04c328da3131d433e83c8d617a0463 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sat, 15 Jan 2022 18:35:23 -0500 Subject: Fix links --- manual/src/grep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/src/grep.md') diff --git a/manual/src/grep.md b/manual/src/grep.md index 00d4ce70..e8d77124 100644 --- a/manual/src/grep.md +++ b/manual/src/grep.md @@ -1,7 +1,7 @@ # Grep Delta applies syntax-highlighting and other enhancements to standard grep output such as from `git grep`, [ripgrep](https://github.com/BurntSushi/ripgrep/) (aka `rg`), grep, etc. -To use with `git grep`, set delta as the pager for `grep` in the `[pager]` section of your gitconfig. See the example at the [top of the page](#get-started). +To use with `git grep`, set delta as the pager for `grep` in the `[pager]` section of your gitconfig. See the example at the [top of the page](./get-started.md). Output from other grep tools can be piped to delta: e.g. `rg -Hn --color=always`, `grep -Hn --color=always`, etc. To customize the colors and syntax highlighting, see `grep-match-line-style`, `grep-match-word-style`, `grep-contexct-line-style`, `grep-file-style`, `grep-line-number-style`. Ripgrep's `rg --json` output format is supported; this avoids certain file name parsing ambiguities that are inevitable with the standard grep output formats. -- cgit v1.2.3