From 3db1bf5ff38da9e85e796d977a76c99dcd1deba1 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:29:39 +0200 Subject: [PATCH] docs: update link to debug-js/debug repo (#30196) --- guides/debug-logs.md | 2 +- npm/grep/README.md | 2 +- packages/launcher/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/guides/debug-logs.md b/guides/debug-logs.md index 2bf654201b15..b170176994f8 100644 --- a/guides/debug-logs.md +++ b/guides/debug-logs.md @@ -39,4 +39,4 @@ localStorage.DEBUG = 'cypress:driver,cypress:driver:*' For more info, see the [public documentation for printing debug logs](https://docs.cypress.io/guides/references/troubleshooting#Print-DEBUG-logs) and the [`debug` module docs][debug] -[debug]: https://github.com/visionmedia/debug#readme +[debug]: https://github.com/debug-js/debug#readme diff --git a/npm/grep/README.md b/npm/grep/README.md index 355ec62f5b53..9b48f71f2c48 100644 --- a/npm/grep/README.md +++ b/npm/grep/README.md @@ -525,7 +525,7 @@ Then I expect to see the grep string and the "filter tests" flag in the `env` ob ### Log messages -This module uses [debug](https://github.com/visionmedia/debug#readme) to log verbose messages. You can enable the debug messages in the plugin file (runs when discovering specs to filter), and inside the browser to see how it determines which tests to run and to skip. When opening a new issue, please provide the debug logs from the plugin (if any) and from the browser. +This module uses [debug](https://github.com/debug-js/debug#readme) to log verbose messages. You can enable the debug messages in the plugin file (runs when discovering specs to filter), and inside the browser to see how it determines which tests to run and to skip. When opening a new issue, please provide the debug logs from the plugin (if any) and from the browser. ### Debugging in the plugin diff --git a/packages/launcher/README.md b/packages/launcher/README.md index 14ee11583bbe..a4c96da5e784 100644 --- a/packages/launcher/README.md +++ b/packages/launcher/README.md @@ -26,7 +26,7 @@ yarn workspace @packages/launcher test ## Debugging -Uses [debug](https://github.com/visionmedia/debug#readme) +Uses [debug](https://github.com/debug-js/debug#readme) to output debug log messages. To turn on, use ```sh