We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaaa34e commit 24fbe06Copy full SHA for 24fbe06
1 file changed
packages/cli/src/bin/index.ts
@@ -203,7 +203,7 @@ const cli = async (
203
'issues can automatically be detected. \nManual testing is ' +
204
'always required. For more information see:\n%s\n'
205
),
206
- link('https://dequeuniversity.com/curriculum/courses/testingmethods')
+ link('https://dequeuniversity.com/class/testing')
207
);
208
} catch (e) {
209
/* istanbul ignore else */
0 commit comments