Skip to content

Commit 81ea611

Browse files
authored
[Docs] Fix FAQ links in issue templates (#485)
### Motivation _[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]_ ### Modifications _[Describe the modifications you've made.]_ ### Result _[After your change, what will change.]_ ### Test Plan _[Describe the steps you took, or will take, to qualify the change - such as adjusting tests and manual testing.]_
1 parent 07367e8 commit 81ea611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ contact_links:
1010
Build, run, and experiment with sample projects that use Swift OpenAPI
1111
Generator and integrate with other packages in the ecosystem.
1212
- name: ✅ Take a look at the FAQ
13-
url: https://swiftpackageindex.com/apple/swift-openapi-generator/documentation/swift-openapi-generator/useful-openapi-patterns
13+
url: https://swiftpackageindex.com/apple/swift-openapi-generator/documentation/swift-openapi-generator/frequently-asked-questions
1414
about: >
1515
See solutions to commonly-asked questions and common workflows.
1616
- name: 🧩 Check the list of supported OpenAPI features

.github/ISSUE_TEMPLATE/support-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
Please use this issue template to ask a question.
2020
2121
You may also like to check out our
22-
[FAQ](https://swiftpackageindex.com/apple/swift-openapi-generator/documentation/swift-openapi-generator/useful-openapi-patterns)
22+
[FAQ](https://swiftpackageindex.com/apple/swift-openapi-generator/documentation/swift-openapi-generator/frequently-asked-questions)
2323
for solutions to frequently asked questions and common workflows.
2424
- type: textarea
2525
attributes:

0 commit comments

Comments
 (0)