Skip to content

Commit e4bdfc4

Browse files
committed
fix(docs): Missing url in discussions link
1 parent 2be7baf commit e4bdfc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
**Note:** If you are seeking community support, please start a new topic in the [NGINX Community forum][forum]. If you wish to discuss the codebase, please start a new thread via [GitHub discussions][discussions].
1616
1717
[issue search]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/search?q=is%3Aissue&type=issues
18-
[discussions]: https://{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
18+
[discussions]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
1919
[forum]: https://community.nginx.org
2020
2121
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
**Note:** If you are seeking community support, please start a new topic in the [NGINX Community forum][forum]. If you wish to discuss the codebase, please start a new thread via [GitHub discussions][discussions].
1414
1515
[issue search]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/search?q=is%3Aissue&type=issues
16-
[discussions]: https://{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
16+
[discussions]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
1717
[forum]: https://community.nginx.org
1818
1919
- type: textarea

0 commit comments

Comments
 (0)