aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 19:10:44 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 19:13:00 -0300
commitff657a7d6db4d829c3fb8b798314d814fecedf0e (patch)
tree275ff279c38e7d5ecd282683bfc4e008478f560a
parentRevert "tests/xdg-open: Remove unused file" (diff)
downloadgit-permalink-ff657a7d6db4d829c3fb8b798314d814fecedf0e.tar.gz
git-permalink-ff657a7d6db4d829c3fb8b798314d814fecedf0e.tar.xz
README.md: Fix markdown links
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
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