Use an inline link to the instructions

John Gardner
2021-12-22 16:15:59 +11:00
parent a6dc7703ce
commit 3b49373efb

@@ -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
@@ -10,4 +9,3 @@ script:
Note:
> Travis CI has now integrated ShellCheck by default, so you don't need to manually install it.