diff options
author | Dan Callahan <d.callahan@f5.com> | 2024-09-06 16:57:50 +0100 |
---|---|---|
committer | Maryna-f5 <84339011+Maryna-f5@users.noreply.github.com> | 2024-11-12 07:30:08 -0800 |
commit | 36ca44f26f9e5658e880399c95969cca507dfd69 (patch) | |
tree | 08fdd8857b1a294251ec952268075f98de82c9a7 | |
parent | d10bf73ebad8866918e1e1002855c3a501b92e0c (diff) | |
download | nginx-36ca44f26f9e5658e880399c95969cca507dfd69.tar.gz nginx-36ca44f26f9e5658e880399c95969cca507dfd69.zip |
Fixed link to contributing guidelines.
Absolute paths in links end up being rooted at github.com.
The contributing guidelines link is broken unless we use the full URL.
Also, remove superfluous "monospace formatting" for the link.
-rw-r--r-- | .github/pull_request_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0ee1fc364..14ac4639b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,5 +6,5 @@ If this pull request addresses an issue on GitHub, make sure to reference that issue using one of the [supported keywords](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue). -Before creating a pull request, make sure to comply with -[`Contributing Guidelines`](/CONTRIBUTING.md). +Before creating a pull request, make sure to comply with the +[Contributing Guidelines](https://github.com/nginx/nginx/blob/master/CONTRIBUTING.md). |