diff options
author | 2021-03-04 14:56:42 +0800 | |
---|---|---|
committer | 2021-03-03 22:56:42 -0800 | |
commit | 93c57b613d420d99367f909bfe46796ed3574aec (patch) | |
tree | bbc607ad27578ebadd4d2054a4b58c8051bfc152 /notes | |
parent | 1df7daf995b5e233acf5cd5b15986e773450bdda (diff) | |
download | coredns-93c57b613d420d99367f909bfe46796ed3574aec.tar.gz coredns-93c57b613d420d99367f909bfe46796ed3574aec.tar.zst coredns-93c57b613d420d99367f909bfe46796ed3574aec.zip |
Correct the link to dnstap plugin in release note (#4503)
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.8.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/coredns-1.8.0.md b/notes/coredns-1.8.0.md index 071ce5f80..ee5aa67ad 100644 --- a/notes/coredns-1.8.0.md +++ b/notes/coredns-1.8.0.md @@ -14,7 +14,7 @@ If you are running 1.7.1 you want to upgrade for the *cache* plugin fixes. This release also adds three backwards incompatible changes. This will only affect you if you have an **external plugin** or use **outgoing zone transfers**. If you're using `dnstap` in your plugin, -you'll need to upgrade to the new API as detailed in it's [documentation](/plugins/dnstap). +you'll need to upgrade to the new API as detailed in it's [documentation](/plugin/dnstap). Two, because Caddy is now developing a version 2 and we are using version 1, we've internalized Caddy into <https://github.com/coredns/caddy>. This means the `caddy` types change and *all* plugins |