summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-08-01 12:54:32 -0400
committerDan Davison <dandavison7@gmail.com>2020-08-01 12:54:32 -0400
commit95fa6e27ce69dad7f2399703adb8a9bdc3a45113 (patch)
tree1026c427b3b688a893a81262593a514d158e21cf /README.md
parentf7627b82b3ccf667478aeba97261a8b14995b626 (diff)
Fix URL in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42b65113..0c7f09d0 100644
--- a/README.md
+++ b/README.md
@@ -360,7 +360,7 @@ The within-line highlighting rules employed by diff-highlight (and therefore by
### `--color-moved` support
-[_**Unreleased feature**: available now if you build Delta from source, and will be included in the next Delta release. See [#72](https://github.com/dandavison/delta/issues/2)._]
+[_**Unreleased feature**: available now if you build Delta from source, and will be included in the next Delta release. See [#72](https://github.com/dandavison/delta/issues/72)._]
Recent versions of Git are able to detect moved blocks of code and style them differently from the usual removed/added lines. If you have activated this feature in Git, then Delta will automatically detect such differently-styled lines, and display them unchanged, i.e. with the raw colors it receives from Git.