summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRory O’Kane <rory@roryokane.com>2020-10-20 18:43:53 -0400
committerGitHub <noreply@github.com>2020-10-20 18:43:53 -0400
commitf19f1ba00aeed63dee8ead85334084fb92257a5c (patch)
treecc935c305bdafb4696a5c4b864b493023f190d87
parent9cf186c49b3969c21a1cab432bafdc87cf566292 (diff)
Fix broken link to issue #237 in README (#354)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 10c26cf6..5b466721 100644
--- a/README.md
+++ b/README.md
@@ -414,7 +414,7 @@ An alternative is to mutate your git config file from the command line:
git config --global delta.navigate true
```
-The reason that `navigate` should not be used all the time is that Delta uses `less` as its pager, and the `navigate` feature works by doing `less --pattern <regex-matching-file-and-commit-lines>`. When the git output does not contain file/commit diff lines, `less --pattern` behaves unhelpfully (see [#234](https://github.com/dandavison/delta/issues/234), [#237](https://github.com/dandavison/delta/issues/2)).
+The reason that `navigate` should not be used all the time is that Delta uses `less` as its pager, and the `navigate` feature works by doing `less --pattern <regex-matching-file-and-commit-lines>`. When the git output does not contain file/commit diff lines, `less --pattern` behaves unhelpfully (see [#234](https://github.com/dandavison/delta/issues/234), [#237](https://github.com/dandavison/delta/issues/237)).
### 24 bit color (truecolor)