Skip to content

Commit e822509

Browse files
authored
docs: fix link to print-debug-logs (#1081)
1 parent 7a93d58 commit e822509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

included/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ docker run -it -v $PWD:/e2e -w /e2e cypress/included:13.10.0
1212

1313
## Debug
1414

15-
If you want to see the [Cypress debug logs](https://on.cypress.io/debugging#Print-DEBUG-logs) during the run, pass environment variable `DEBUG`:
15+
If you want to see the [Cypress debug logs](https://on.cypress.io/troubleshooting#Print-DEBUG-logs) during the run, pass the environment variable setting `DEBUG=cypress:*`:
1616

1717
```text
1818
$ docker run -it -v $PWD:/e2e -w /e2e -e DEBUG=cypress:* cypress/included:13.10.0

0 commit comments

Comments
 (0)