diff options
author | 2017-02-21 13:25:09 -0800 | |
---|---|---|
committer | 2017-02-21 21:25:09 +0000 | |
commit | 59823372267c7eb74fc42b50924d810edf3e5cbe (patch) | |
tree | 9f8b6c2965d4fe0b7290965d5b3da31bf9311428 | |
parent | d0303195c3b8a892c7cc5c94f094642864df02ed (diff) | |
download | coredns-59823372267c7eb74fc42b50924d810edf3e5cbe.tar.gz coredns-59823372267c7eb74fc42b50924d810edf3e5cbe.tar.zst coredns-59823372267c7eb74fc42b50924d810edf3e5cbe.zip |
Fix badge in README.md (#545)
This fix fixes badge in README.md so that it will correctly reflect
github.com/coredns/coredns
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ # CoreDNS -[](https://godoc.org/github.com/miekg/coredns) -[](https://travis-ci.org/miekg/coredns) -[](https://codecov.io/github/miekg/coredns?branch=master) -[](https://goreportcard.com/report/github.com/miekg/coredns) +[](https://godoc.org/github.com/coredns/coredns) +[](https://travis-ci.org/coredns/coredns) +[](github.com/coredns/coredns) +[](https://goreportcard.com/report/coredns/coredns) CoreDNS is a DNS server that started as a fork of [Caddy](https://github.com/mholt/caddy/). It has the same model: it chains middleware. In fact it's so similar that CoreDNS is now a server type plugin for |