aboutsummaryrefslogtreecommitdiff
path: root/plugin/template
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-05-25 11:43:54 +0100
committerGravatar GitHub <noreply@github.com> 2018-05-25 11:43:54 +0100
commit94ced8255b42c90b934f0aa106ea813dcdeaae52 (patch)
tree63f1687a95466da3fd4ba5b586d70801b0ae5132 /plugin/template
parent2758a756dd32197fdc20e0094ea9a22227649da4 (diff)
downloadcoredns-94ced8255b42c90b934f0aa106ea813dcdeaae52.tar.gz
coredns-94ced8255b42c90b934f0aa106ea813dcdeaae52.tar.zst
coredns-94ced8255b42c90b934f0aa106ea813dcdeaae52.zip
RFC dont have a hyphen (#1837)
Diffstat (limited to 'plugin/template')
-rw-r--r--plugin/template/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/template/README.md b/plugin/template/README.md
index 015fd907d..17dedbfa9 100644
--- a/plugin/template/README.md
+++ b/plugin/template/README.md
@@ -91,7 +91,7 @@ The most simplistic template is
### Resolve .invalid as NXDOMAIN
-The `.invalid` domain is a reserved TLD (see [RFC-2606 Reserved Top Level DNS Names](https://tools.ietf.org/html/rfc2606#section-2)) to indicate invalid domains.
+The `.invalid` domain is a reserved TLD (see [RFC 2606 Reserved Top Level DNS Names](https://tools.ietf.org/html/rfc2606#section-2)) to indicate invalid domains.
~~~ corefile
. {
@@ -246,7 +246,7 @@ Named capture groups can be used to template one response for multiple patterns.
* [Go regexp](https://golang.org/pkg/regexp/) for details about the regex implementation
* [RE2 syntax reference](https://github.com/google/re2/wiki/Syntax) for details about the regex syntax
-* [RFC-1034](https://tools.ietf.org/html/rfc1034#section-3.6.1) and [RFC 1035](https://tools.ietf.org/html/rfc1035#section-5) for the resource record format
+* [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.6.1) and [RFC 1035](https://tools.ietf.org/html/rfc1035#section-5) for the resource record format
* [Go template](https://golang.org/pkg/text/template/) for the template language reference
## Bugs