Skip to content

Commit

Permalink
DOCS: Typo Github = GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
cafferata committed Sep 29, 2023
1 parent 2d6d536 commit d1498d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sudo port install dnscontrol

### Docker

You can use DNSControl locally using the Docker image from [Docker hub](https://hub.docker.com/r/stackexchange/dnscontrol/) or [Github Container Registry](https://github.com/stackexchange/dnscontrol/pkgs/container/dnscontrol) and the command below.
You can use DNSControl locally using the Docker image from [Docker hub](https://hub.docker.com/r/stackexchange/dnscontrol/) or [GitHub Container Registry](https://github.com/stackexchange/dnscontrol/pkgs/container/dnscontrol) and the command below.

```shell
docker run --rm -it -v "$(pwd):/dns" ghcr.io/stackexchange/dnscontrol preview
Expand Down
4 changes: 2 additions & 2 deletions documentation/providers/loopia.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ They provide support in English and other regional variants (Norwegian, Serbian,

This plugin is based on API documents found at
[https://www.loopia.com/api/](https://www.loopia.com/api/)
and by observing API responses. Hat tip to Github @hazzeh whose code for the
and by observing API responses. Hat tip to GitHub @hazzeh whose code for the
LEGO Loopia implementation was helpful.

Sadly the Loopia API has some problems:
Expand Down Expand Up @@ -70,7 +70,7 @@ There is no test endpoint. Fly free, grasshopper.

Turning on debug will show the XML requests and responses, and include the
username and password from your `creds.json` file. If you want to share these,
like for a Github issue, be sure to redact those from the XML.
like for a GitHub issue, be sure to redact those from the XML.

### Fetch Apex NS Entries

Expand Down

0 comments on commit d1498d4

Please sign in to comment.