1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Fixed the incorrect inline anchors links (#2132)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata
2023-03-11 14:53:37 +01:00
committed by GitHub
parent 2d241b7a78
commit c80f8a606b
2 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@ the DNS names are downcased.
This reduces code complexity, reduces the number of edge-cases that must
be tested, and makes the system safer to operate.
Yes, we know that DNS is case insensitive. See [Opinion #3](#opinion-3--dnsconfigjs-are-not-zonefiles).
Yes, we know that DNS is case insensitive. See [Opinion #3](#opinion-3-dnsconfig.js-are-not-zonefiles).
# Opinion #5: Users should state what they want, and DNSControl should do the rest
@ -93,7 +93,7 @@ Some examples:
# Opinion #6 If it is ambiguous in DNS, it is forbidden in DNSControl
When there is ambiguity an expert knows what the system will do.
Your coworkers should not be expected to be experts. (See [Opinion #2](#opinion-2--non-experts-should-be-able-to-safely-make-dns-changes)).
Your coworkers should not be expected to be experts. (See [Opinion #2](#opinion-2-non-experts-should-be-able-to-safely-make-dns-changes)).
We would rather DNSControl error out than require users to be DNS experts.

View File

@ -281,9 +281,9 @@ dependencies.
Here are some last-minute things to check before you submit your PR.
1. Run `go generate` to make sure all generated files are fresh.
2. Make sure all appropriate documentation is current. (See [Step 8](#step-8--manual-tests))
3. Check that dependencies are current (See [Step 13](#step-13--dependencies))
4. Re-run the integration test one last time (See [Step 7](#step-7--integration-test))
2. Make sure all appropriate documentation is current. (See [Step 8](#step-8-manual-tests))
3. Check that dependencies are current (See [Step 13](#step-13-dependencies))
4. Re-run the integration test one last time (See [Step 7](#step-7-integration-test))
## Step 15: After the PR is merged