Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 8c0e661

Browse files
WilcoFiersmarcysutton
authored andcommitted
feat: Link to DeqeuU courses/testingmethods (#38)
1 parent 143ce57 commit 8c0e661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ axeTestUrls(urls, program, {
143143
'issues can automatically be detected. \nManual testing is ' +
144144
'always required. For more information see:\n%s\n'
145145
), link(
146-
'https://dequeuniversity.com/curriculum/courses/archive/1.0/testing'
146+
'https://dequeuniversity.com/curriculum/courses/testingmethods'
147147
));
148148
}).catch((e) => {
149149
console.log(' ');

0 commit comments

Comments
 (0)