commit b35d6340d594a820bb31e3beb1a2446b89a0d8da parent 8960d9d808cecb41ae6bf023cec57c0e133c77c6 Author: Oliver Lowe <o@olowe.co> Date: Thu, 29 Feb 2024 16:28:31 +1100 Correct godoc links Diffstat:
| M | README.md | | | 12 | ++++-------- |
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md @@ -1,9 +1,5 @@ -Package dns provides an interface for interacting with DNS servers over both plain UDP and DNS over TLS (DoT). It uses no third party dependencies. +[](http://godocs.io/olowe.co/dns) -# Reference - -[](http://godocs.io/git.sr.ht/~otl/dns) - -# Learn More - -For more documentation, see the [documentation site](https://man.sr.ht/~otl/dns-docs) +Package dns provides an interface for interacting with DNS servers +over both plain UDP and DNS over TLS (DoT). It uses no third party +dependencies.