Skip to content

Commit e39a7e1

Browse files
authored
Fix "GitHub" capitalization (#308)
Signed-off-by: TAKAHASHI Shuuji <[email protected]>
1 parent c12f415 commit e39a7e1

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

content/blog/coredns-and-caddy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Note that if you select this option you get a binary that is *both* a DNS and we
1414
startup you can select between the two with `-type=dns|http` flag.
1515

1616
The CoreDNS developers will still provide their own (DNS only) binaries over [at
17-
github](https://github.com/coredns/coredns/releases).
17+
GitHub](https://github.com/coredns/coredns/releases).
1818

1919
Note that we *also* have a CoreDNS category on the [Caddy
2020
forum](https://forum.caddyserver.com/c/coredns) where you can ask questions. Bugs and feature
21-
requests are probably better directed to our [github](https://github.com/coredns/coredns).
21+
requests are probably better directed to our [GitHub](https://github.com/coredns/coredns).

content/blog/cure53.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CoreDNS 1.1.1 release):
2323
> inject malicious A records in the cache of the DNS server.
2424
> As the CoreDNS application has a different cache for each domain
2525
26-
The other three issues found will be tracked via github issues, like
26+
The other three issues found will be tracked via GitHub issues, like
2727
[plugin/rewrite: log bypass](https://github.com/coredns/coredns/issues/1610), and
2828
[plugin/secondary: Denial-of-Service via endless Zone Transfer](plugin/secondary: Denial-of-Service
2929
via endless Zone Transfer). Third one was a generic DDoS.

content/blog/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ author = "miek"
88

99
First get CoreDNS, either
1010

11-
* *Download the latest* release from [github](https://github.com/coredns/coredns/releases), unpack
11+
* *Download the latest* release from [GitHub](https://github.com/coredns/coredns/releases), unpack
1212
it. You should now have a "coredns" executable.
1313

14-
* *Compile from git* by getting the source code from [github](https://github.com/coredns/coredns).
14+
* *Compile from git* by getting the source code from [GitHub](https://github.com/coredns/coredns).
1515
Change directory to `coredns` and:
1616

1717
* `go get` - to get a few dependencies, the other ones are vendored

content/community/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Community"
44

55
**Mailing list**: [[email protected]](mailto:[email protected]) -
66
discussion around CoreDNS usage, community support and developer discussion (*very* low traffic,
7-
most discussion happens on Github).
7+
most discussion happens on GitHub).
88

99
**Slack**: #coredns on https://slack.cncf.io
1010

@@ -24,7 +24,7 @@ We welcome community contributions! Please see the
2424
[`CONTRIBUTING.md`](https://github.com/coredns/coredns/blob/master/.github/CONTRIBUTING.md)
2525
file in the CoreDNS repository for instructions on how to submit changes. If you are planning
2626
on making more elaborate or controversial changes, please discuss them on the mailing list or on
27-
[Github](https://github.com/coredns/coredns/issues/new) before sending a pull request.
27+
[GitHub](https://github.com/coredns/coredns/issues/new) before sending a pull request.
2828

2929
## Project Governance
3030
CoreDNS is an independent open-source project and not controlled by any single company.

content/explugins/idetcd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ go get -u github.com/jiachengxu/idetcd
3737

3838
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.
3939

40-
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.
40+
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.
4141

4242
~~~ corefile
4343
. {

themes/coredns/layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>{{.Title}}</h1>
1010

1111
<div id="action-buttons">
1212
<a class="button primary big" href="https://github.com/coredns/coredns/releases/latest"><i class="fa fa-download"></i> Download</a>
13-
<a class="button outline big" href="{{ .Site.Params.github }}"><i class="fa fa-github"></i> View on Github</a>
13+
<a class="button outline big" href="{{ .Site.Params.github }}"><i class="fa fa-github"></i> View on GitHub</a>
1414
<a class="button outline big" href="/manual/toc/"><i class="fa fa-file-o"></i> Manual</a>
1515
<br/>
1616
{{ range where .Site.Pages "Params.release" "eq" .Site.Data.coredns.release.version }}
@@ -42,7 +42,7 @@ <h3>What is it?</h3>
4242
CoreDNS is licensed under the
4343
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License Version 2</a>, and completely open source.
4444
<br/>
45-
Development takes place on <a href="https://github.com/coredns/coredns">Github</a>. Some devs hang
45+
Development takes place on <a href="https://github.com/coredns/coredns">GitHub</a>. Some devs hang
4646
out on <a href="https://slack.cncf.io/">Slack</a> on the #coredns channel.
4747
</p>
4848
</div>

themes/coredns/layouts/manual/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>{{.Title}}</h1>
1010
</div>
1111

1212
<div id="action-buttons">
13-
<a class="button primary big" href="{{ .Site.Params.manual }}"><i class="fa fa-github"></i> View on Github</a>
13+
<a class="button primary big" href="{{ .Site.Params.manual }}"><i class="fa fa-github"></i> View on GitHub</a>
1414
<!-- Make a PDF out of this??? -->
1515
<!-- <a class="button primary big" href="https://github.com/coredns/coredns/releases/latest"><i class="fa fa-download"></i> Download</a> -->
1616
</div>

themes/coredns/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ul>
33
<li>
44
<a href="{{ .Site.Params.github }}">
5-
<i class="fa fa-github"></i> Github
5+
<i class="fa fa-github"></i> GitHub
66
</a>
77
</li>
88
<li>

0 commit comments

Comments
 (0)