Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
doc/site/downloads.html | 12 ++----------
doc/site/index.html | 2 +-
2 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/doc/site/downloads.html b/doc/site/downloads.html
index cc656c9..41964f7 100644
--- a/doc/site/downloads.html
+++ b/doc/site/downloads.html
@@ -64,18 +64,10 @@
</p>
<h2>GIT source repository</h2>
<p>The ruby-libvirt source code that is in development is maintained in a
<a
href="http://git-scm.com/">git</a> repository available on
- <a
href="http://libvirt.org/git/">libvirt.org</a>:
+ <a
href="http://gitlab.com/libvirt/libvirt-ruby">GitLab</a>:
</p>
<pre>
-
-git clone
git://libvirt.org/ruby-libvirt.git
- </pre>
- <p>
- It can also be browsed at:
- </p>
- <pre>
-
-<a
href="http://libvirt.org/git/?p=ruby-libvirt.git;a=summary">...
+git clone
https://gitlab.com/libvirt/libvirt-ruby.git
</pre>
<h2>Compilation</h2>
<p>In order to compile ruby-libvirt, you will need to have the
diff --git a/doc/site/index.html b/doc/site/index.html
index b421c5e..8001e4b 100644
--- a/doc/site/index.html
+++ b/doc/site/index.html
@@ -61,7 +61,7 @@ puts dom.xml_desc
more complete examples.
<h4 id="developers">Developers</h4>
<p>The sources are available from git. To clone, run</p>
- <pre>git clone
git://libvirt.org/ruby-libvirt.git</pre>
+ <pre>git clone
https://gitlab.com/libvirt/libvirt-ruby</pre>
<p>Please use the <a
href="https://www.redhat.com/mailman/listinfo/libvir-list/">... mailing
list</a> for questions,
comments and patches.
--
2.26.2