Skip to content

Commit

Permalink
Merge pull request #243 from danwenzel/fix-axe-doc-link
Browse files Browse the repository at this point in the history
Correct link to axe-core API docs
  • Loading branch information
rwjblue committed Mar 4, 2021
2 parents e56803c + 282886e commit fea7cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Usage of `ember-a11y-testing` in your tests can be done in one of two ways:
### axe Options

When using the `a11yAudit` helper, you can pass in `axe-core` options.
These options are documented in the [axe-core API docs](https://www.deque.com/axe/axe-for-web/documentation/api-documentation/#options-parameter).
These options are documented in the [axe-core API docs](https://www.deque.com/axe/core-documentation/api-documentation/#user-content-options-parameter).
The rule definitions are documented on [dequeuniversity.com/rules](https://dequeuniversity.com/rules/axe/4.0).

Each of the following sections individually details how to set aXe options for your tests.
Expand Down

0 comments on commit fea7cc3

Please sign in to comment.