]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: update readthedocs http links
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 14 Jan 2020 12:29:35 +0000 (13:29 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:20 +0000 (10:38 +0100)
README.md
ci/respdiff/kresd.config
etc/config/config.cluster.in
etc/config/config.docker.in
etc/config/config.internal.in
etc/config/config.isp.in
etc/config/config.personal.in
etc/config/config.privacy.in
etc/config/config.splitview.in

index 059b9a514f44cbd244553ea5d6a4e876cc5b521c..eea2e38f7823457945d628ec04a8f642bcdb0adb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ See the documentation at [knot-resolver.readthedocs.io][doc] for more options.
 
 [depends]: https://knot-resolver.readthedocs.io/en/stable/build.html
 [doc]: https://knot-resolver.readthedocs.io/en/stable/index.html
-[scaling]: https://knot-resolver.readthedocs.io/en/stable/daemon.html#scaling-out
+[scaling]: https://knot-resolver.readthedocs.io/en/stable/systemd-multiinst.html
 [deckard]: https://gitlab.labs.nic.cz/knot/deckard
 [luajit]: https://luajit.org/
 [libuv]: http://libuv.org
index fb5a33d29c0be2963cdb5f2d0b92600c9038af9c..7da2eaa4bc0ac4d1f2f8097a6b79bd9a4503854c 100644 (file)
@@ -1,4 +1,4 @@
--- Refer to manual: https://knot-resolver.readthedocs.io/en/latest/daemon.html#configuration
+-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
 -- Listen on localhost and external interface
 net.listen('127.0.0.1', 5353)
 net.listen('127.0.0.1', 8853, { tls = true })
index 3c63b1eb0143b071f2507dd1da206db3bab873e2..f5869d6ee4c464c552e6a6c1e7c8c02d2e40f89a 100644 (file)
@@ -3,7 +3,7 @@
 -- In this case cache should be made as large as possible, and prefetching turned off
 -- as the resolver is busy most of the time.
 -- Alternative is using `etcd` as a configuration backend.
--- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/daemon.html#configuration
+-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
 @config_defaults@
 
 -- For DNS-over-HTTPS and web management when using http module
index 566c43e64765fa1438e720fbd08b1a95eac83d00..d543a0977cc3ebd8880d77c6923cfea5326c3163 100644 (file)
@@ -1,5 +1,5 @@
 -- vim:syntax=lua:set ts=4 sw=4:
--- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/daemon.html#configuration
+-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
 
 -- Listen on all interfaces (localhost would not work in Docker)
 net.listen('0.0.0.0')
index e54f8783cf25f42bf1d5ddc7236f721ebd2213ca..6407339788f0e5bdb80aa860e90d3cd24e112ed9 100644 (file)
@@ -1,6 +1,6 @@
 -- vim:syntax=lua:set ts=4 sw=4:
 -- Config file example usable for multi-user ISP resolver
--- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/startguide.html#internal-resolver
+-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
 @config_defaults@
 
 -- define list of internal-only domains
index 78a29adefc11d09d8708a9021f1cab5bcd24cff6..44272f969b8af8721ed396671c1d34005ba1bb18 100644 (file)
@@ -1,6 +1,6 @@
 -- vim:syntax=lua:set ts=4 sw=4:
 -- Config file example usable for ISP resolver
--- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/startguide.html#isp-resolver
+-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
 @config_defaults@
 
 -- Large cache size, so we don't need to flush often
index 87589e7864f8175c693148d4bae70d9c0f674e89..619691330bd7dc15d041f721f923977fa6547dbd 100644 (file)
@@ -1,5 +1,5 @@
 -- vim:syntax=lua:set ts=4 sw=4:
--- Refer to manual: http://knot-resolver.readthedocs.org/en/stable/daemon.html#configuration
+-- Refer to manual: https://knot-resolver.readthedocs.org/en/stable/
 @config_defaults@
 
 -- For DNS-over-HTTPS and web management when using http module
index 217827884e70e1bcf9d7c4f52cbc06f6b317ea0b..824aa23ce0722d15966428b84b1444f64a3a1671 100644 (file)
@@ -1,6 +1,6 @@
 -- vim:syntax=lua:set ts=4 sw=4:
 -- Config file example usable for privacy-preserving resolver
--- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/startguide.html#personal-privacy-preserving-resolver
+-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
 @config_defaults@
 
 -- TLS server configuration
index 46363719161ad62cbdbcfae83dd057aeea4e3926..7051efa843946ff06e784e910fc9d23adc736525 100644 (file)
@@ -1,6 +1,6 @@
 -- vim:syntax=lua:set ts=4 sw=4:
 -- Config file with split-view for internal zone
--- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/daemon.html#configuration
+-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
 @config_defaults@
 
 -- For DNS-over-HTTPS and web management when using http module