diff options
author | Jacob Tomaw <jtomaw@shoprunner.com> | 2019-11-20 11:53:45 -0500 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-11-20 17:53:45 +0100 |
commit | 9b5aebac2be65c4752f727b2b558acdf96077475 (patch) | |
tree | edd216e6f1d9898686db68a19937051df6ca77a3 /plugins/colorize | |
parent | 2e88a21f6996ab199936fc80e974e4ff7f572b9a (diff) | |
download | zsh-9b5aebac2be65c4752f727b2b558acdf96077475.tar.gz zsh-9b5aebac2be65c4752f727b2b558acdf96077475.tar.bz2 zsh-9b5aebac2be65c4752f727b2b558acdf96077475.zip |
colorize: update Pygments download link (#8407)
Diffstat (limited to 'plugins/colorize')
-rw-r--r-- | plugins/colorize/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/colorize/README.md b/plugins/colorize/README.md index d1f878e62..32dc97b6e 100644 --- a/plugins/colorize/README.md +++ b/plugins/colorize/README.md @@ -32,4 +32,4 @@ In the latter form, the file contents will be concatenated and presented by less ## Requirements -You have to install Pygments first: [pygments.org](http://pygments.org/download/) +You have to install Pygments first: [pygments.org](http://pygments.org/download.html) |