diff --git a/content/blog/coredns-and-caddy.md b/content/blog/coredns-and-caddy.md index 70c8fc76..bec2f517 100644 --- a/content/blog/coredns-and-caddy.md +++ b/content/blog/coredns-and-caddy.md @@ -14,8 +14,8 @@ Note that if you select this option you get a binary that is *both* a DNS and we startup you can select between the two with `-type=dns|http` flag. The CoreDNS developers will still provide their own (DNS only) binaries over [at -github](https://github.com/coredns/coredns/releases). +GitHub](https://github.com/coredns/coredns/releases). Note that we *also* have a CoreDNS category on the [Caddy forum](https://forum.caddyserver.com/c/coredns) where you can ask questions. Bugs and feature -requests are probably better directed to our [github](https://github.com/coredns/coredns). +requests are probably better directed to our [GitHub](https://github.com/coredns/coredns). diff --git a/content/blog/cure53.md b/content/blog/cure53.md index 3c76a228..91013a58 100644 --- a/content/blog/cure53.md +++ b/content/blog/cure53.md @@ -23,7 +23,7 @@ CoreDNS 1.1.1 release): > inject malicious A records in the cache of the DNS server. > As the CoreDNS application has a different cache for each domain -The other three issues found will be tracked via github issues, like +The other three issues found will be tracked via GitHub issues, like [plugin/rewrite: log bypass](https://github.com/coredns/coredns/issues/1610), and [plugin/secondary: Denial-of-Service via endless Zone Transfer](plugin/secondary: Denial-of-Service via endless Zone Transfer). Third one was a generic DDoS. diff --git a/content/blog/quick-start.md b/content/blog/quick-start.md index 6e6ed0d5..51f06d60 100644 --- a/content/blog/quick-start.md +++ b/content/blog/quick-start.md @@ -8,10 +8,10 @@ author = "miek" First get CoreDNS, either -* *Download the latest* release from [github](https://github.com/coredns/coredns/releases), unpack +* *Download the latest* release from [GitHub](https://github.com/coredns/coredns/releases), unpack it. You should now have a "coredns" executable. -* *Compile from git* by getting the source code from [github](https://github.com/coredns/coredns). +* *Compile from git* by getting the source code from [GitHub](https://github.com/coredns/coredns). Change directory to `coredns` and: * `go get` - to get a few dependencies, the other ones are vendored diff --git a/content/community/_index.md b/content/community/_index.md index 4f49789a..9d2094c5 100644 --- a/content/community/_index.md +++ b/content/community/_index.md @@ -4,7 +4,7 @@ title = "Community" **Mailing list**: [coredns-discuss@googlegroups.com](mailto:coredns-discuss@googlegroups.com) - discussion around CoreDNS usage, community support and developer discussion (*very* low traffic, -most discussion happens on Github). +most discussion happens on GitHub). **Slack**: #coredns on https://slack.cncf.io @@ -24,7 +24,7 @@ We welcome community contributions! Please see the [`CONTRIBUTING.md`](https://github.com/coredns/coredns/blob/master/.github/CONTRIBUTING.md) file in the CoreDNS repository for instructions on how to submit changes. If you are planning on making more elaborate or controversial changes, please discuss them on the mailing list or on -[Github](https://github.com/coredns/coredns/issues/new) before sending a pull request. +[GitHub](https://github.com/coredns/coredns/issues/new) before sending a pull request. ## Project Governance CoreDNS is an independent open-source project and not controlled by any single company. diff --git a/content/explugins/idetcd.md b/content/explugins/idetcd.md index cb39ea18..8bfc55a1 100644 --- a/content/explugins/idetcd.md +++ b/content/explugins/idetcd.md @@ -37,7 +37,7 @@ $ go get -u github.com/jiachengxu/idetcd Before you move to the next step, make sure that you've **already set up a etcd instance**, and don't forget to write down the endpoints. -Then you need to add a Corefile which specifys the configuration of the CoreDNS server in the same directory of `main.go`, a simple Corefile example is as follows, please go to [CoreDNS Github repo](https://github.com/coredns/coredns) for more details. +Then you need to add a Corefile which specifys the configuration of the CoreDNS server in the same directory of `main.go`, a simple Corefile example is as follows, please go to [CoreDNS GitHub repo](https://github.com/coredns/coredns) for more details. ~~~ corefile . { diff --git a/themes/coredns/layouts/index.html b/themes/coredns/layouts/index.html index 91b5cbd2..23bb64d7 100644 --- a/themes/coredns/layouts/index.html +++ b/themes/coredns/layouts/index.html @@ -10,7 +10,7 @@

{{.Title}}

Download - View on Github + View on GitHub Manual
{{ range where .Site.Pages "Params.release" "eq" .Site.Data.coredns.release.version }} @@ -42,7 +42,7 @@

What is it?

CoreDNS is licensed under the Apache License Version 2, and completely open source.
- Development takes place on Github. Some devs hang + Development takes place on GitHub. Some devs hang out on Slack on the #coredns channel.

diff --git a/themes/coredns/layouts/manual/single.html b/themes/coredns/layouts/manual/single.html index f5316a42..57df34e7 100644 --- a/themes/coredns/layouts/manual/single.html +++ b/themes/coredns/layouts/manual/single.html @@ -10,7 +10,7 @@

{{.Title}}

- View on Github + View on GitHub
diff --git a/themes/coredns/layouts/partials/footer.html b/themes/coredns/layouts/partials/footer.html index 8b5f662e..fb4e2502 100644 --- a/themes/coredns/layouts/partials/footer.html +++ b/themes/coredns/layouts/partials/footer.html @@ -2,7 +2,7 @@