]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
doc: update links to proper Git repository
authorDaniel Salzman <daniel.salzman@nic.cz>
Fri, 27 Jul 2018 08:38:31 +0000 (10:38 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Fri, 27 Jul 2018 08:38:51 +0000 (10:38 +0200)
README
doc/installation.rst

diff --git a/README b/README
index b5f0f4e592879b338debc53730846adcdf3b9648..a0101467c886e087c9ad40784b88ce1359dd6d6f 100644 (file)
--- a/README
+++ b/README
@@ -53,7 +53,7 @@ with newer GnuTLS is required instead of gnutls-devel.
 2) Install Knot DNS
 
 Get the source code:
-$ git clone git://git.nic.cz/knot-dns.git
+$ git clone https://gitlab.labs.nic.cz/knot/knot-dns.git
 Or extract source package to knot-dns directory
 
 Compile Knot
index c2bd80c0ffaab6b32461ab9dba3f8a660daa401c..b518810df73f4e48562e01185ebb7823efcf5a16 100644 (file)
@@ -44,7 +44,7 @@ Getting the source code
 
 You can find the source code for the latest release on `www.knot-dns.cz <https://www.knot-dns.cz>`_.
 Alternatively, you can fetch the whole project from the git repository
-`git://git.nic.cz/knot-dns.git <https://gitlab.labs.nic.cz/knot/knot-dns/tree/master>`_.
+`https://gitlab.labs.nic.cz/knot/knot-dns.git <https://gitlab.labs.nic.cz/knot/knot-dns>`_.
 
 After obtaining the source code, compilation and installation is a quite
 straightforward process using autotools.