From c1b310a988b7d64ce10a276eba51cd45326506ec Mon Sep 17 00:00:00 2001 From: Jon Torre <78599298+JTorreG@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:48:10 +0100 Subject: [PATCH] fix: replace rel links with abs links in template Relative links seem broken in the template. Replacing with absolute links --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 141755a11..09f9c2eea 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,10 +22,10 @@ Before sharing this pull request, I completed the following checklist: -- [ ] I read the [Contributing guidelines](/CONTRIBUTING.md) -- [ ] My branch adheres to the [Git conventions](/documentation/git-conventions.md) -- [ ] My content changes adhere to the [F5 NGINX Documentation style guide](/documentation/style-guide.md) +- [ ] I read the [Contributing guidelines](https://github.com/nginx/documentation/blob/main/CONTRIBUTING.md) +- [ ] My branch adheres to the [Git conventions](https://github.com/nginx/documentation/blob/main/documentation/git-conventions.md) +- [ ] My content changes adhere to the [F5 NGINX Documentation style guide](https://github.com/nginx/documentation/blob/main/documentation/style-guide.md) - [ ] If my changes involve potentially sensitive information[^1], I have assessed the possible impact - [ ] I have waited to ensure my changes pass tests, and addressed any discovered issues -[^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. \ No newline at end of file +[^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.