]> git.kaiwu.me - nginx.git/commitdiff
Fixed link to contributing guidelines.
authorDan Callahan <d.callahan@f5.com>
Fri, 6 Sep 2024 15:57:50 +0000 (16:57 +0100)
committerMaryna-f5 <84339011+Maryna-f5@users.noreply.github.com>
Tue, 12 Nov 2024 15:30:08 +0000 (07:30 -0800)
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.

.github/pull_request_template.md

index 0ee1fc3643f092a764118a0f04f51e29f82d0bee..14ac4639b7e9369585c04fde5cf3283d30fa773a 100644 (file)
@@ -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).