Fix broken link (#3351)
This commit is contained in:
parent
24b406d23f
commit
cf4d311a53
|
|
@ -33,7 +33,7 @@ That will run [axe-core](https://github.com/dequelabs/axe-core) and generate a n
|
|||
|
||||
|
||||
## Configure Axe
|
||||
You can [configure Axe](https://github.com/dequelabs/axe-core/blob/main/doc/API.md#api-name-axeconfigure) which rules/checks that will be used. In the *axe* namespace we pass on all parameters to the configuration object of Axe. `--axe.checks` will result in a configuration object like:
|
||||
You can [configure Axe](https://github.com/dequelabs/axe-core/blob/develop/doc/API.md#api-name-axeconfigure) which rules/checks that will be used. In the *axe* namespace we pass on all parameters to the configuration object of Axe. `--axe.checks` will result in a configuration object like:
|
||||
|
||||
```json
|
||||
checks: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue