# HG changeset patch # User Nick Wellnhofer <wellnhofer@aevum.de> # Date 1550249276 -3600 # Fri Feb 15 17:47:56 2019 +0100 # Node ID df4aded3cb8fcfa5c2071747fc43c22965c4644e # Parent 04d21e8e721790a5dd4319f3de641ac6dfd41660 Change git repo URL diff --git a/.travis.yml b/.travis.yml --- 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 --- 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 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -250,12 +250,12 @@ <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> - <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 - <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>