From: Daniel Salzman Date: Fri, 27 Jul 2018 08:38:31 +0000 (+0200) Subject: doc: update links to proper Git repository X-Git-Tag: v2.7.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f547add10ef008e2ab3343fa200fa7b7d202eb84;p=thirdparty%2Fknot-dns.git doc: update links to proper Git repository --- diff --git a/README b/README index b5f0f4e592..a0101467c8 100644 --- 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 diff --git a/doc/installation.rst b/doc/installation.rst index c2bd80c0ff..b518810df7 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -44,7 +44,7 @@ Getting the source code You can find the source code for the latest release on `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.git `_. After obtaining the source code, compilation and installation is a quite straightforward process using autotools.