diff --git a/.travis.yml b/.travis.yml index 04d21e8e721790a5dd4319f3de641ac6dfd41660_LnRyYXZpcy55bWw=..df4aded3cb8fcfa5c2071747fc43c22965c4644e_LnRyYXZpcy55bWw= 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ UBSAN_OPTIONS=print_stacktrace=1 script: - | - git clone --depth 1 https://git.gnome.org/browse/libxml2 + git clone --depth 1 https://gitlab.gnome.org/GNOME/libxml2.git cd libxml2 sh autogen.sh $CONFIG make -j2 diff --git a/NEWS b/NEWS index 04d21e8e721790a5dd4319f3de641ac6dfd41660_TkVXUw==..df4aded3cb8fcfa5c2071747fc43c22965c4644e_TkVXUw== 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ http://xmlsoft.org/XSLT/news.html See the git page at -http://git.gnome.org/browse/libxslt/ +https://gitlab.gnome.org/GNOME/libxslt to get a description of the recent commits.Those are the public releases made: v1.1.33: Jan 03 2019: diff --git a/doc/xslt.html b/doc/xslt.html index 04d21e8e721790a5dd4319f3de641ac6dfd41660_ZG9jL3hzbHQuaHRtbA==..df4aded3cb8fcfa5c2071747fc43c22965c4644e_ZG9jL3hzbHQuaHRtbA== 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -250,5 +250,5 @@ <p>Libxslt is also available from GIT:</p> <ul> - <li><p>See <a href="http://git.gnome.org/browse/libxslt/">libxslt Git web</a>. + <li><p>See <a href="https://gitlab.gnome.org/GNOME/libxslt">libxslt Git web</a>. To checkout a local tree use:</p> @@ -254,4 +254,4 @@ To checkout a local tree use:</p> - <pre>git clone git://git.gnome.org/libxslt</pre> + <pre>git clone https://gitlab.gnome.org/GNOME/libxslt.git</pre> </li> <li>The <strong>libxml2</strong> module is also present @@ -256,6 +256,6 @@ </li> <li>The <strong>libxml2</strong> module is also present - <a href="http://git.gnome.org/browse/libxml2/">there</a></li> + <a href="https://gitlab.gnome.org/GNOME/libxml2">there</a></li> </ul> @@ -299,7 +299,7 @@ <h2><a name="News">News</a></h2> -<p>See the <a href="http://git.gnome.org/browse/libxslt/">git page</a> +<p>See the <a href="https://gitlab.gnome.org/GNOME/libxslt">git page</a> to get a description of the recent commits.</p> <p>Those are the public releases made:</p>