aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2018-01-25 15:29:14 +0100
committerKate Ward <kate.ward@forestent.com>2018-01-25 15:29:14 +0100
commit864c72eaf7ba1cae381b985f458cc5c466eeea04 (patch)
tree73426ab6236395349faa707428dd57b579523535 /doc
parent1712316d39cbe2f7beb50d05bdf7c6596c39bcc1 (diff)
downloadshflags-864c72eaf7ba1cae381b985f458cc5c466eeea04.tar.gz
Ran through Markdown formatter.
Diffstat (limited to 'doc')
-rw-r--r--doc/RELEASE_NOTES-1.2.2.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/RELEASE_NOTES-1.2.2.md b/doc/RELEASE_NOTES-1.2.2.md
index 3cee3dd..7e09fda 100644
--- a/doc/RELEASE_NOTES-1.2.2.md
+++ b/doc/RELEASE_NOTES-1.2.2.md
@@ -15,9 +15,10 @@ Please see the `CHANGES-1.2.md` file for a complete list of changes.
### Notable changes
-Continuous integration testing setup with [Travis
-CI](https://travis-ci.org/kward/shflags). This helps keep the code in a working
-state by executing the unit tests on every submit.
+Continuous integration testing setup with [Travis CI][travis-ci]. This helps
+keep the code in a working state by executing the unit tests on every submit.
+
+[travis-ci]: https://travis-ci.org/kward/shflags
All code run through [ShellCheck](http://www.shellcheck.net/). This is an
excellent shell linter, and brings consistency to the coding patterns used.