From ff657a7d6db4d829c3fb8b798314d814fecedf0e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 12 Jun 2021 19:10:44 -0300 Subject: README.md: Fix markdown links --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index aa9adb4..d542b87 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3