diff options
author | EuAndreh <eu@euandre.org> | 2021-03-07 20:20:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-07 20:20:07 -0300 |
commit | c326a356bda6266b216fadfc419e14b021020dac (patch) | |
tree | 9f4da658f4980e7156aa3425dd47a0c2ea3e3d0a | |
parent | TODOs.sh: Remove unused SED_REGEX variable (diff) | |
download | remembering-c326a356bda6266b216fadfc419e14b021020dac.tar.gz remembering-c326a356bda6266b216fadfc419e14b021020dac.tar.xz |
README.md: Move links closer to list
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -48,6 +48,11 @@ Extra tools used for development are: - [ShellCheck] for validating scripts; - [pandoc], troff and Perl for generating the documentation HTML and website. +[fallible]: https://fallible.euandreh.xyz +[Valgrind]: https://valgrind.org +[ShellCheck]: https://www.shellcheck.net/ +[pandoc]: https://pandoc.org/ + For extra development-only checks such as memory tests, run: ```shell @@ -59,8 +64,3 @@ and for generating the documentation HTML and website, run: ```shell $ make public ``` - -[fallible]: https://fallible.euandreh.xyz -[Valgrind]: https://valgrind.org -[ShellCheck]: https://www.shellcheck.net/ -[pandoc]: https://pandoc.org/ |