Fix broken links in README
Presently, the links pointed to by "GCC error compatibility" and "CheckStyle compatible XML output" are broken due to improper way of referring files. This change fixes those links. Also, this commit removes some trailing whitespaces in README.
This commit is contained in:
parent
8a3bd25f7c
commit
4d8f2eb707
|
@ -48,13 +48,13 @@ You can see ShellCheck suggestions directly in a variety of editors.
|
||||||
|
|
||||||
* Atom, through [Linter](https://github.com/AtomLinter/linter-shellcheck).
|
* Atom, through [Linter](https://github.com/AtomLinter/linter-shellcheck).
|
||||||
|
|
||||||
* Most other editors, through [GCC error compatibility](blob/master/shellcheck.1.md#user-content-formats).
|
* Most other editors, through [GCC error compatibility](shellcheck.1.md#user-content-formats).
|
||||||
|
|
||||||
|
|
||||||
#### In your build or test suites
|
#### In your build or test suites
|
||||||
While ShellCheck is mostly intended for interactive use, it can easily be added to builds or test suites.
|
While ShellCheck is mostly intended for interactive use, it can easily be added to builds or test suites.
|
||||||
|
|
||||||
Use ShellCheck's exit code, or it's [CheckStyle compatible XML output](blob/master/shellcheck.1.md#user-content-formats). There's also a simple JSON output format for easy integration.
|
Use ShellCheck's exit code, or it's [CheckStyle compatible XML output](shellcheck.1.md#user-content-formats). There's also a simple JSON output format for easy integration.
|
||||||
|
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
Loading…
Reference in New Issue