Skip to content

Commit 24fbe06

Browse files
authored
chore(cli): update deque university link to correct url (#1132)
Closes #1129
1 parent aaaa34e commit 24fbe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/bin/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const cli = async (
203203
'issues can automatically be detected. \nManual testing is ' +
204204
'always required. For more information see:\n%s\n'
205205
),
206-
link('https://dequeuniversity.com/curriculum/courses/testingmethods')
206+
link('https://dequeuniversity.com/class/testing')
207207
);
208208
} catch (e) {
209209
/* istanbul ignore else */

0 commit comments

Comments
 (0)