summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrayden Hill <73553066+Vespertine112@users.noreply.github.com>2024-03-17 01:09:39 -0600
committerGitHub <noreply@github.com>2024-03-17 16:09:39 +0900
commita5ea4f57bd8d6dba0347a75f4c6f5bc8eb7ab68a (patch)
treee5ee10f7bd49fc3044c62fe27834e54c2eb73aee
parent88f4c16755d8fb53e55adec84d60d4aeaf1e7d91 (diff)
Updated link for highlight command (#3680)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 909b5276..28e0e618 100644
--- a/README.md
+++ b/README.md
@@ -767,7 +767,7 @@ fzf --preview 'cat {}'
Preview window supports ANSI colors, so you can use any program that
syntax-highlights the content of a file, such as
[Bat](https://github.com/sharkdp/bat) or
-[Highlight](http://www.andre-simon.de/doku/highlight/en/highlight.php):
+[Highlight](https://gitlab.com/saalen/highlight):
```bash
fzf --preview 'bat --color=always {}' --preview-window '~3'