diff options
author | 2023-01-23 12:29:24 -0500 | |
---|---|---|
committer | 2023-01-23 18:29:24 +0100 | |
commit | 0be2698dc4c4c073daea2338ecc4d22336bb298d (patch) | |
tree | 935e26c1fb4302f1348d57f7916c158f891fcfd1 /README.md | |
parent | e2c3e69a9fdf11cd1f2d34593342cac7f7e1b90b (diff) | |
download | coredns-0be2698dc4c4c073daea2338ecc4d22336bb298d.tar.gz coredns-0be2698dc4c4c073daea2338ecc4d22336bb298d.tar.zst coredns-0be2698dc4c4c073daea2338ecc4d22336bb298d.zip |
Fix links in main README (#5878)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -256,7 +256,7 @@ More resources can be found: ## Contribution guidelines If you want to contribute to CoreDNS, be sure to review the [contribution -guidelines](CONTRIBUTING.md). +guidelines](./.github/CONTRIBUTING.md). ## Deployment @@ -292,4 +292,4 @@ issue, instead send your report privately to `security@coredns.io`. Security rep appreciated and we will publicly thank you for it. Please consult [security vulnerability disclosures and security fix and release process -document](https://github.com/coredns/coredns/blob/master/SECURITY.md) +document](https://github.com/coredns/coredns/blob/master/.github/SECURITY.md) |