Skip to content

Commit

Permalink
chore(cli): update deque university link to correct url (#1132)
Browse files Browse the repository at this point in the history
Closes #1129
  • Loading branch information
nayanrajDQ authored Oct 29, 2024
1 parent aaaa34e commit 24fbe06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const cli = async (
'issues can automatically be detected. \nManual testing is ' +
'always required. For more information see:\n%s\n'
),
link('https://dequeuniversity.com/curriculum/courses/testingmethods')
link('https://dequeuniversity.com/class/testing')
);
} catch (e) {
/* istanbul ignore else */
Expand Down

0 comments on commit 24fbe06

Please sign in to comment.