diff options
author | 2020-03-03 10:01:43 -0500 | |
---|---|---|
committer | 2020-03-03 10:01:43 -0500 | |
commit | 8b0760b6b35fa35827f00f33a22e7828f96a562d (patch) | |
tree | 8d4b3f4f225ed235c655c6de9e36eb1c5c05da5e | |
parent | 42d755c02947c65ca62905be97676c02ae5ebc28 (diff) | |
download | coredns-8b0760b6b35fa35827f00f33a22e7828f96a562d.tar.gz coredns-8b0760b6b35fa35827f00f33a22e7828f96a562d.tar.zst coredns-8b0760b6b35fa35827f00f33a22e7828f96a562d.zip |
fix link (#3719)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r-- | plugin.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ code. See a couple of blog posts on how to write and add plugin to CoreDNS: * <https://blog.coredns.io/2017/03/01/how-to-add-plugins-to-coredns/> -* <https://blog.coredns.io/2016/12/19/writing-plugin-for-coredns/>, slightly older, but useful. +* <https://blog.coredns.io/2016/12/19/writing-plugins-for-coredns/>, slightly older, but useful. ## Logging |