Skip to content

Commit 18c543a

Browse files
fix(cypress-accessibility-checker) update links in ReadMe (#2188)
* fix URL * fix all 404 links --------- Co-authored-by: Tom Brunet <thbrunet@us.ibm.com>
1 parent 786005b commit 18c543a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cypress-accessibility-checker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you do not want to include `cypress-accessibility-checker` globally, you may
6565

6666
## Usage
6767

68-
The commands map directly to the description of the APIs located [in the accessibility-checker/src/README](https://github.com/IBMa/equal-access/blob/master/accessibility-checker/src/README.md). The names of the APIs within Cypress are just slightly different so they are globally unique in the Cypress namespace.
68+
The commands map directly to the description of the APIs located in the [accessibility-checker/src/README](https://github.com/IBMa/equal-access/blob/master/accessibility-checker/src/README.md). The names of the APIs within Cypress are just slightly different so they are globally unique in the Cypress namespace.
6969

7070
The typical use case will be to get the accessibility compliance of a document and then assert the accessibility compliance against the configuration that is defined as part of the `.achecker.yml` file and any baselines that are defined. An example of how this looks is below:
7171

@@ -75,7 +75,7 @@ The typical use case will be to get the accessibility compliance of a document a
7575
cy.getCompliance('my scan').assertCompliance()
7676
```
7777

78-
Examples of how to use each of the APIs below can be found in the `achecker.js` test file [located here](https://github.com/IBMa/equal-access/blob/master/cypress-accessibility-checker/test/cypress/integration/achecker.js).
78+
Examples of how to use each of the APIs below can be found in the `achecker.js` test file [located here](https://github.com/IBMa/equal-access/blob/master/cypress-accessibility-checker/test/cypress/e2e/achecker.cy.js).
7979

8080
- `cy.getCompliance(label)`
8181
- Similar to `getCompliance()` in the reference API above.
@@ -97,7 +97,7 @@ Chain the commands similar to other Cypress commands. For example, `cy.getCompli
9797

9898
Baselines are a helpful feature of `accessibility-checker` that can also be used in this Cypress wrapper. The concept involves capturing a scan result as a 'baseline' so that future scans will pass if they match the baseline. If they differ, then the test will fail. This feature is useful for things like false positives or issues you plan on not fixing.
9999

100-
The baseline feature is documented and implemented as part of `accessibility-checker`. Please see the [accessibility-checker/src/README](src/README.md) for details.
100+
The baseline feature is documented and implemented as part of `accessibility-checker`. Please see the [accessibility-checker/src/README](https://github.com/IBMa/equal-access/blob/master/accessibility-checker/src/README.md) for details.
101101

102102
## Development
103103

0 commit comments

Comments
 (0)