From 8eeccb8161342e8f5daf24f27671661cf223255b Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Sun, 21 Sep 2025 12:37:31 -0300 Subject: [PATCH] fix: Relative paths --- .github/pull_request_template.md | 4 ++-- README.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 369a4a3..3475f15 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,8 +6,8 @@ Describe the use case and detail of the change. If this PR addresses an issue on Before creating a PR, run through this checklist and mark each as complete: -- [ ] I have read the [contributing guidelines](/CONTRIBUTING.md). +- [ ] I have read the [contributing guidelines](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/CONTRIBUTING.md). - [ ] I have signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md). - [ ] If applicable, I have added tests that prove my fix is effective or that my feature works. - [ ] If applicable, I have checked that any relevant tests pass after adding my changes. -- [ ] I have updated any relevant documentation ([`README.md`](/README.md) and/or [`CHANGELOG.md`](/CHANGELOG.md)). +- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/README.md) and/or [`CHANGELOG.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/CHANGELOG.md)). diff --git a/README.md b/README.md index 2dcb08d..d44fc15 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ This template includes all the scaffolding you need to get started on an OSS rep - [Apache License 2.0](/LICENSE) -> Required for all NGINX OSS projects unless otherwise determined by the project owner. - [F5 CLA GitHub workflow](/.github/workflows/f5_cla.yml) -> For more details on the action please check the [F5 CLA documentation repository](https://github.com/f5/f5-cla). -- - [`.gitignore`](/.gitignore) with some minimal sensible defaults. -- [Issue](/.github/ISSUE_TEMPLATE) and [PR](/.github//pull_request_template.md) templates. +- [Issue](/.github/ISSUE_TEMPLATE) and [PR](/.github/pull_request_template.md) templates. - [Contributing](/CONTRIBUTING.md) guidelines. - [Support](/SUPPORT.md) guidelines for either community and/or commercial support (uncomment the commercial block if necessary). - [Security](/SECURITY.md) guidelines for reporting major vulnerabilities.