From 5f5fb51e6382b094d320689bf357b9940d339710 Mon Sep 17 00:00:00 2001 From: Michael Gasch Date: Mon, 27 Jun 2022 12:43:00 +0200 Subject: [PATCH] docs: Fix broken link in PR template Closes: #2884 Signed-off-by: Michael Gasch --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ba8105ff2..55105cd65 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,7 +28,8 @@ details for your test configuration. ## Checklist: -- [ ] My code follows the CONTRIBUTION [guidelines](./../CONTRIBUTING.md) of +- [ ] My code follows the `CONTRIBUTION` + [guidelines](https://github.com/vmware/govmomi/blob/master/CONTRIBUTING.md) of this project - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation