From 3b49373efb4120fef69593f76878c1a8fee247f0 Mon Sep 17 00:00:00 2001 From: John Gardner Date: Wed, 22 Dec 2021 16:15:59 +1100 Subject: [PATCH] Use an inline link to the instructions --- TravisCI.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/TravisCI.md b/TravisCI.md index 1f40f84..11e8bd7 100644 --- a/TravisCI.md +++ b/TravisCI.md @@ -1,5 +1,4 @@ -It's recommended to first refer to the official instructions regarding using ShellCheck with Travis CI: \ -https://github.com/koalaman/shellcheck#travis-ci: +It's recommended to first refer to the [official instructions](https://github.com/koalaman/shellcheck#travis-ci) regarding using ShellCheck with Travis CI. For a truly simple configuration, place the following in your `.travis.yml`: ```yaml @@ -9,5 +8,4 @@ script: ``` Note: ->Travis CI has now integrated ShellCheck by default, so you don't need to manually install it. - +> Travis CI has now integrated ShellCheck by default, so you don't need to manually install it.