Skip to content

Commit fa4a57f

Browse files
authored
fix: replace rel links with abs links in template (#915)
Relative links seem broken in the template. Replacing with absolute links
1 parent 14ec597 commit fa4a57f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222

2323
Before sharing this pull request, I completed the following checklist:
2424

25-
- [ ] I read the [Contributing guidelines](/CONTRIBUTING.md)
26-
- [ ] My branch adheres to the [Git conventions](/documentation/git-conventions.md)
27-
- [ ] My content changes adhere to the [F5 NGINX Documentation style guide](/documentation/style-guide.md)
25+
- [ ] I read the [Contributing guidelines](https://github.com/nginx/documentation/blob/main/CONTRIBUTING.md)
26+
- [ ] My branch adheres to the [Git conventions](https://github.com/nginx/documentation/blob/main/documentation/git-conventions.md)
27+
- [ ] My content changes adhere to the [F5 NGINX Documentation style guide](https://github.com/nginx/documentation/blob/main/documentation/style-guide.md)
2828
- [ ] If my changes involve potentially sensitive information[^1], I have assessed the possible impact
2929
- [ ] I have waited to ensure my changes pass tests, and addressed any discovered issues
3030

31-
[^1]: Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the [style guide](/documentation/style-guide.md) for guidance about placeholder content.
31+
[^1]: Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the [style guide](https://github.com/nginx/documentation/blob/main/documentation/style-guide.md) for guidance about placeholder content.

0 commit comments

Comments
 (0)