summaryrefslogtreecommitdiffstats
path: root/lib/README.rst
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2017-07-17 17:57:57 +0200
committerVladimír Čunát <vladimir.cunat@nic.cz>2017-07-17 17:58:49 +0200
commitd5737c442220acda2e8d480cb6173afbb62708d3 (patch)
treeefd36d3f0a58ba1ca9e46f486deb8009ab719616 /lib/README.rst
parentDockerfile: fix repo URL (diff)
downloadknot-resolver-d5737c442220acda2e8d480cb6173afbb62708d3.tar.xz
knot-resolver-d5737c442220acda2e8d480cb6173afbb62708d3.zip
fixup old gitlab URLs
Almost all of them were getting redirected correctly, but why keep the old ones. Also update a couple nitpicks directly around.
Diffstat (limited to 'lib/README.rst')
-rw-r--r--lib/README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/README.rst b/lib/README.rst
index 3a49b156..cb1e1058 100644
--- a/lib/README.rst
+++ b/lib/README.rst
@@ -76,7 +76,9 @@ it means that it yielded before and now it is resumed. This is useful in a situa
Writing layers
==============
-The resolver :ref:`library <lib_index>` leverages the `processing API`_ from the libknot to separate packet processing code into layers.
+.. warning:: FIXME: this dev-docs section is outdated! Better see comments in files instead, for now.
+
+The resolver :ref:`library <lib_index>` leverages the processing API from the libknot to separate packet processing code into layers.
.. note:: This is only crash-course in the library internals, see the resolver :ref:`library <lib_index>` documentation for the complete overview of the services.
@@ -272,8 +274,7 @@ As described in the layers, you can not only retrieve information about current
req:pop(qry)
-.. _libknot: https://gitlab.labs.nic.cz/labs/knot/tree/master/src/libknot
-.. _`processing API`: https://gitlab.labs.nic.cz/labs/knot/tree/master/src/libknot/processing
-.. _bindings: https://gitlab.labs.nic.cz/knot/resolver/blob/master/daemon/lua/kres.lua#L361
+.. _libknot: https://gitlab.labs.nic.cz/knot/knot-dns/tree/master/src/libknot
+.. _bindings: https://gitlab.labs.nic.cz/knot/knot-resolver/blob/master/daemon/lua/kres.lua.in
.. |---| unicode:: U+02014 .. em dash