From 412432c345a66fac11b986f6182fb31c382aef4c Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 12 Dec 2025 08:48:22 +0100 Subject: [PATCH] docs: update http://on.cypress.io/ to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cbb053a5..0f0a81d3d 100644 --- a/README.md +++ b/README.md @@ -1638,7 +1638,7 @@ To collect more verbose GitHub Action logs you can set a GitHub secret or variab ### Logs from the test runner -To see all [Cypress debug logs](http://on.cypress.io/troubleshooting#Print-DEBUG-logs), add the environment variable `DEBUG` to the workflow using the value `cypress:*`: +To see all [Cypress debug logs](https://on.cypress.io/troubleshooting#Print-DEBUG-logs), add the environment variable `DEBUG` to the workflow using the value `cypress:*`: ```yml - name: Cypress tests with debug logs