Skip to content

Commit

Permalink
docs: update link to debug-js/debug repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Sep 9, 2024
1 parent 8f1f608 commit a11f644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/cypress-api/catalog-of-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ it('can assert on the alert text content', () => {

### Logging All Events

Cypress uses the [`debug`](https://github.com/visionmedia/debug) node module for
Cypress uses the [`debug`](https://github.com/debug-js/debug) node module for
both the back end server process, and for everything running in the browser
(called the driver).

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/guides/command-line.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ cypress cache prune
### Enable Debug Logs
Cypress is built using the [debug](https://github.com/visionmedia/debug) module.
Cypress is built using the [debug](https://github.com/debug-js/debug) module.
That means you can receive helpful debugging output by running Cypress with this
turned on prior to running `cypress open` or `cypress run`.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/references/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ an issue you have by clearing this app data.

## Print DEBUG logs

Cypress is built using the [debug](https://github.com/visionmedia/debug) module.
Cypress is built using the [debug](https://github.com/debug-js/debug) module.
That means you can receive helpful debugging output by running Cypress with this
turned on. **Note:** you will see a LOT of messages when running with
`DEBUG=...` setting.
Expand Down

0 comments on commit a11f644

Please sign in to comment.