Skip to content

Commit

Permalink
change documentation link
Browse files Browse the repository at this point in the history
Co-authored-by: Jennifer Shehane <[email protected]>
  • Loading branch information
davidmunechika and jennifer-shehane authored Oct 29, 2021
1 parent 910f936 commit 669d364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/src/cypress/error_messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ export default {
},
invalid_new_command: {
message: '`Cypress.Commands.add()` is used to create new commands, but `{{name}}` is an existing Cypress command.\n\nPlease use `Cypress.Commands.overwrite()` if you would like to overwrite an existing command.\n',
docsUrl: 'https://docs.cypress.io/api/cypress-api/custom-commands',
docsUrl: 'https://on.cypress.io/custom-commands',
},
invalid_overwrite: {
message: 'Cannot overwite command for: `{{name}}`. An existing command does not exist by that name.',
Expand Down

0 comments on commit 669d364

Please sign in to comment.