diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2024-03-27 11:10:47 +0100 |
---|---|---|
committer | Oto Šťáva <oto.stava@nic.cz> | 2024-03-27 11:10:47 +0100 |
commit | 2029407a71402686679d2d468d73766c0083c72b (patch) | |
tree | 68a8412f38b4e76b6ce7cded31da4f5a89847d00 | |
parent | NEWS: add missing entries for 6.0.7 (diff) | |
download | knot-resolver-2029407a71402686679d2d468d73766c0083c72b.tar.xz knot-resolver-2029407a71402686679d2d468d73766c0083c72b.zip |
NEWS, README: "canonicalize" the link to Upgrading docs
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ not generally recommended for production use. 6.0 contains biggest changes in the history of Knot Resolver releases. You will have to rewrite your configuration. See documentation, in particular: -https://knot.pages.nic.cz/knot-resolver/upgrading-to-6.html +https://www.knot-resolver.cz/documentation/latest/upgrading-to-6.html @@ -1,7 +1,7 @@ # Knot Resolver [![Build Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/pipeline.svg?x)](https://gitlab.nic.cz/knot/knot-resolver/commits/nightly) -[![Coverage Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/coverage.svg?x)](https://knot.pages.nic.cz/knot-resolver/) +[![Coverage Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/coverage.svg?x)](https://www.knot-resolver.cz/documentation/latest) [![Packaging status](https://repology.org/badge/tiny-repos/knot-resolver.svg)](https://repology.org/project/knot-resolver/versions) Knot Resolver is a caching full resolver implementation written in C and [LuaJIT][luajit], both a resolver library and a daemon. The core architecture is tiny and efficient, and provides a foundation and |