aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-07 20:20:07 -0300
committerEuAndreh <eu@euandre.org>2021-03-07 20:20:07 -0300
commitc326a356bda6266b216fadfc419e14b021020dac (patch)
tree9f4da658f4980e7156aa3425dd47a0c2ea3e3d0a /README.md
parentTODOs.sh: Remove unused SED_REGEX variable (diff)
downloadremembering-c326a356bda6266b216fadfc419e14b021020dac.tar.gz
remembering-c326a356bda6266b216fadfc419e14b021020dac.tar.xz
README.md: Move links closer to list
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2ca157f..da3109f 100644
--- a/README.md
+++ b/README.md
@@ -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/