fix broken link

This commit is contained in:
Robert Kaussow 2020-06-03 16:40:58 +02:00
parent 7c6dfed431
commit 2ecfe47250
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ When you add new standards, you should increment the version of your standards.
To add standards that are advisory, don't set the version. These will cause a message to be displayed but won't constitute a failure. When a standard version is higher than declared version, a message will be displayed 'WARN: Future standard' and won't constitute a failure.
An example standards file is available at [ansiblelater/examples/standards.py](ansiblelater/examples/standards.py)
An example standards file is available [here](https://github.com/xoxys/ansible-later/blob/master/ansiblelater/data/standards.py).
If you only want to check one or two standards quickly (perhaps you want to review your entire code base for deprecated bare words), you can use the `-s` flag with the name of your standard. You can pass `-s` multiple times.