summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2021-01-09 21:43:25 +0100
committerGitHub <noreply@github.com>2021-01-09 21:43:25 +0100
commit22924532d0147459646315aead0ba63ba7e2676d (patch)
treeb34e9b30869b2c145fc7d3ff7b47129714a3fdc4
parent7c227169a4e174d73605a8ff3180a70d750970ca (diff)
Fix link in doc/assets.md
-rw-r--r--doc/assets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/assets.md b/doc/assets.md
index 9aa2a87c..d30d3ab8 100644
--- a/doc/assets.md
+++ b/doc/assets.md
@@ -23,7 +23,7 @@ in the `.sublime-syntax` format.
5. Use `bat --list-languages` to check if the new languages are available.
-6. Add a syntax test for the new language. See [#Syntax-tests](below) for details.
+6. Add a syntax test for the new language. See [below](#Syntax-tests) for details.
7. If you send a pull request with your changes, please do *not* include the changed `syntaxes.bin`
file. A new binary cache file will be created once before every new release of `bat`.