From a11f6442c2a916a162e14993d57ccce9ac1d821d Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:41:45 +0200 Subject: [PATCH] docs: update link to debug-js/debug repo --- docs/api/cypress-api/catalog-of-events.mdx | 2 +- docs/guides/guides/command-line.mdx | 2 +- docs/guides/references/troubleshooting.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/cypress-api/catalog-of-events.mdx b/docs/api/cypress-api/catalog-of-events.mdx index ddea6061e7..a6248835e6 100644 --- a/docs/api/cypress-api/catalog-of-events.mdx +++ b/docs/api/cypress-api/catalog-of-events.mdx @@ -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). diff --git a/docs/guides/guides/command-line.mdx b/docs/guides/guides/command-line.mdx index 2634c6f368..09e9f43c5e 100644 --- a/docs/guides/guides/command-line.mdx +++ b/docs/guides/guides/command-line.mdx @@ -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`. diff --git a/docs/guides/references/troubleshooting.mdx b/docs/guides/references/troubleshooting.mdx index eecc90f96d..d31b79d3c8 100644 --- a/docs/guides/references/troubleshooting.mdx +++ b/docs/guides/references/troubleshooting.mdx @@ -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.