Skip to content

Commit ed7b85a

Browse files
authored
chore: correct troubleshooting links in issue templates (#32991)
1 parent f28821a commit ed7b85a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ body:
55
attributes:
66
value: |
77
## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) for our fastest support!
8-
9-
### Have a question? 👉 [Ask in chat](https://on.cypress.io/chat) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
8+
9+
### Have a question? 👉 [Ask in chat](https://on.cypress.io/chat) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
1010
Issues in the Cypress repo are reserved for bugs and feature requests only. Questions on how to use Cypress will be closed.
1111
- type: textarea
1212
id: current-behavior
1313
attributes:
1414
label: Current behavior
15-
description: Please provide a description including screenshots, stack traces, etc. [Troubleshooting tips](https://on.cypress.io/troubleshooting).
15+
description: Please provide a description including screenshots, stack traces, etc. [Troubleshooting tips](https://docs.cypress.io/app/references/troubleshooting).
1616
placeholder: Currently...
1717
validations:
1818
required: true

.github/ISSUE_TEMPLATE/3-install-issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ body:
66
attributes:
77
value: |
88
## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) for our fastest support!
9-
9+
1010
### Have a question? 👉 [Ask in chat](https://on.cypress.io/chat) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
1111
1212
If you're behind a corporate proxy, make sure to [configure it properly](https://on.cypress.io/proxy-configuration) before install.
1313
- type: textarea
1414
id: current-behavior
1515
attributes:
1616
label: Current behavior
17-
description: Please provide a description including screenshots, stack traces, DEBUG logs, etc. [Troubleshooting tips](https://on.cypress.io/troubleshooting)
17+
description: Please provide a description including screenshots, stack traces, DEBUG logs, etc. [Troubleshooting tips](https://docs.cypress.io/app/references/troubleshooting)
1818
placeholder: When I try to download Cypress...
1919
validations:
2020
required: true
2121
- type: textarea
2222
id: debug-logs
2323
attributes:
2424
label: Debug logs
25-
description: Include DEBUG logs setting [`DEBUG=cypress:*`](https://on.cypress.io/troubleshooting#Print-DEBUG-logs/). Include npm/yarn logs if applicable.
25+
description: Include DEBUG logs setting [`DEBUG=cypress:*`](https://docs.cypress.io/app/references/troubleshooting#Print-DEBUG-logs/). Include npm/yarn logs if applicable.
2626
placeholder: Debug logs
2727
render: Text
2828
- type: input

.github/ISSUE_TEMPLATE/5-cy-prompt-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
id: current-behavior
1212
attributes:
1313
label: Current behavior
14-
description: Please provide a description including screenshots, stack traces, etc. [Troubleshooting tips](https://on.cypress.io/troubleshooting).
14+
description: Please provide a description including screenshots, stack traces, etc. [Troubleshooting tips](https://docs.cypress.io/app/references/troubleshooting).
1515
placeholder: Currently...
1616
validations:
1717
required: true

0 commit comments

Comments
 (0)