diff options
author | 2017-02-21 22:51:47 -0800 | |
---|---|---|
committer | 2017-02-22 06:51:47 +0000 | |
commit | 81af74aad0d51961a7622fcb410d510ff83f9dd6 (patch) | |
tree | 259f4a656c77c3f01fcf8bf8e67b11eea13f561e /README.md | |
parent | 59823372267c7eb74fc42b50924d810edf3e5cbe (diff) | |
download | coredns-81af74aad0d51961a7622fcb410d510ff83f9dd6.tar.gz coredns-81af74aad0d51961a7622fcb410d510ff83f9dd6.tar.zst coredns-81af74aad0d51961a7622fcb410d510ff83f9dd6.zip |
Fix import path `github.com/miekg/coredns` -> `github.com/coredns/coredns` (#547)
This fix fixes import path from
`github.com/miekg/coredns`
->
`github.com/coredns/coredns`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ Each of the middlewares has a README.md of its own. CoreDNS can be used as a authoritative nameserver for your domains, and should be stable enough to provide you with good DNS(SEC) service. -There are still few [issues](https://github.com/miekg/coredns/issues), and work is ongoing on making +There are still few [issues](https://github.com/coredns/coredns/issues), and work is ongoing on making things fast and to reduce the memory usage. All in all, CoreDNS should be able to provide you with enough functionality to replace parts of BIND @@ -174,7 +174,7 @@ example.org { Website: <https://coredns.io> Twitter: [@corednsio](https://twitter.com/corednsio) Docs: <https://miek.nl/tags/coredns/> -Github: <https://github.com/miekg/coredns> +Github: <https://github.com/coredns/coredns> ## Systemd Service File |