cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

docs: fix link to print-debug-logs #1081

Closed MikeMcC399 closed 4 months ago

MikeMcC399 commented 4 months ago

Issue

The included/README > Debug section includes a link to https://on.cypress.io/debugging#Print-DEBUG-logs. The section Print-DEBUG-logs is however no longer at that location, so the link does not present the expected material. No error message is given in this case, since the page exists and only the bookmark is missing from the page.

Change

The intended section resides at https://docs.cypress.io/guides/references/troubleshooting#Print-DEBUG-logs.

Since the vanity-link
https://on.cypress.io/troubleshooting#Print-DEBUG-logs also leads to
https://docs.cypress.io/guides/references/troubleshooting#Print-DEBUG-logs, replace the incorrect link with the vanity one

https://on.cypress.io/troubleshooting#Print-DEBUG-logs

in the included/README > Debug section.

MikeMcC399 commented 4 months ago

Preview

https://github.com/MikeMcC399/cypress-docker-images/tree/print-debug-logs/included#debug

cypress-app-bot commented 4 months ago