diff options
author | EuAndreh <eu@euandre.org> | 2021-06-12 19:10:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-12 19:13:00 -0300 |
commit | ff657a7d6db4d829c3fb8b798314d814fecedf0e (patch) | |
tree | 275ff279c38e7d5ecd282683bfc4e008478f560a | |
parent | Revert "tests/xdg-open: Remove unused file" (diff) | |
download | git-permalink-ff657a7d6db4d829c3fb8b798314d814fecedf0e.tar.gz git-permalink-ff657a7d6db4d829c3fb8b798314d814fecedf0e.tar.xz |
README.md: Fix markdown links
-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 |