diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -54,7 +54,7 @@ There are no dependencies or requirements, only standard tools such as The documentation is available via installed manpages or online: [`git-permalink.1`]. -[`git-permalink.1.html`]: https://git.euandreh.xyz/git-permalink/git-permalink.1.html +[`git-permalink.1`]: https://euandreh.xyz/git-permalink/git-permalink.1.html ## Contributing @@ -63,6 +63,9 @@ Extratools used for development are: - [ShellCheck] for validating scripts; - [pandoc], troff and Perl for generating the documentation HTML and website. +[ShellCheck]: https://www.shellcheck.net/ +[pandoc]: https://pandoc.org/ + For running the extra development-only checks, run: ```shell |