Skip to content

Commit 8eeccb8

Browse files
committed
fix: Relative paths
1 parent 2ebc2e0 commit 8eeccb8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Describe the use case and detail of the change. If this PR addresses an issue on
66

77
Before creating a PR, run through this checklist and mark each as complete:
88

9-
- [ ] I have read the [contributing guidelines](/CONTRIBUTING.md).
9+
- [ ] I have read the [contributing guidelines](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/CONTRIBUTING.md).
1010
- [ ] I have signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md).
1111
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works.
1212
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes.
13-
- [ ] I have updated any relevant documentation ([`README.md`](/README.md) and/or [`CHANGELOG.md`](/CHANGELOG.md)).
13+
- [ ] 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)).

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ This template includes all the scaffolding you need to get started on an OSS rep
1313

1414
- [Apache License 2.0](/LICENSE) -> Required for all NGINX OSS projects unless otherwise determined by the project owner.
1515
- [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).
16-
-
1716
- [`.gitignore`](/.gitignore) with some minimal sensible defaults.
18-
- [Issue](/.github/ISSUE_TEMPLATE) and [PR](/.github//pull_request_template.md) templates.
17+
- [Issue](/.github/ISSUE_TEMPLATE) and [PR](/.github/pull_request_template.md) templates.
1918
- [Contributing](/CONTRIBUTING.md) guidelines.
2019
- [Support](/SUPPORT.md) guidelines for either community and/or commercial support (uncomment the commercial block if necessary).
2120
- [Security](/SECURITY.md) guidelines for reporting major vulnerabilities.

0 commit comments

Comments
 (0)