aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yong Tang <yongtang@users.noreply.github.com> 2017-02-21 13:25:09 -0800
committerGravatar Miek Gieben <miek@miek.nl> 2017-02-21 21:25:09 +0000
commit59823372267c7eb74fc42b50924d810edf3e5cbe (patch)
tree9f8b6c2965d4fe0b7290965d5b3da31bf9311428
parentd0303195c3b8a892c7cc5c94f094642864df02ed (diff)
downloadcoredns-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.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 079eb28d2..7a619964d 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# CoreDNS
-[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/miekg/coredns)
-[![Build Status](https://img.shields.io/travis/miekg/coredns.svg?style=flat-square&label=build)](https://travis-ci.org/miekg/coredns)
-[![Code Coverage](https://codecov.io/github/miekg/coredns/coverage.svg?branch=master)](https://codecov.io/github/miekg/coredns?branch=master)
-[![Go Report Card](https://goreportcard.com/badge/github.com/miekg/coredns)](https://goreportcard.com/report/github.com/miekg/coredns)
+[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/coredns/coredns)
+[![Build Status](https://img.shields.io/travis/coredns/coredns.svg?style=flat-square&label=build)](https://travis-ci.org/coredns/coredns)
+[![Code Coverage](https://img.shields.io/codecov/c/github/coredns/coredns.svg?style=flat-square)](github.com/coredns/coredns)
+[![Go Report Card](https://goreportcard.com/badge/github.com/coredns/coredns?style=flat-square)](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