diff options
author | 2023-11-11 03:54:16 +0000 | |
---|---|---|
committer | 2023-11-10 19:54:16 -0800 | |
commit | 535ce6000dd771faee6ff2a7ab11c0cf6c262940 (patch) | |
tree | ac756e37974962c91f86b6887e13306d847e1aac | |
parent | 7765aa87a46b82d5b63b885e8eef982cc795e600 (diff) | |
download | coredns-535ce6000dd771faee6ff2a7ab11c0cf6c262940.tar.gz coredns-535ce6000dd771faee6ff2a7ab11c0cf6c262940.tar.zst coredns-535ce6000dd771faee6ff2a7ab11c0cf6c262940.zip |
fix: make the codeowners link relative (#6397)
Signed-off-by: GHOST <ghostdevbusiness@gmail.com>
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 09ad9ede8..97edaebb4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -40,7 +40,7 @@ issue first and "claim" it and get feedback before you invest a lot of time. **If someone already opened a pull request, but you think the pull request has stalled and you would like to open another pull request for the same or similar feature, get some of the maintainers (see -[CODEOWNERS](CODEOWNERS)) involved to resolve the situation and move things forward.** +[CODEOWNERS](../CODEOWNERS)) involved to resolve the situation and move things forward.** If possible make a pull request as small as possible, or submit multiple pull request to complete a feature. Smaller means: easier to understand and review. This in turn means things can be merged |