diff --git a/README-hacking b/README-hacking index 165d6d59cc..ec04271c6a 100644 --- a/README-hacking +++ b/README-hacking @@ -25,7 +25,7 @@ few prerequisites, later, a plain `git pull && make' should be sufficient. You can get a copy of the source repository like this: - $ git clone git://libvirt.org/libvirt + $ git clone https://libvirt.org/git/libvirt.git $ cd libvirt As an optional step, if you already have a copy of the gnulib git diff --git a/docs/csharp.html.in b/docs/csharp.html.in index fcca255072..aee0b75eb8 100644 --- a/docs/csharp.html.in +++ b/docs/csharp.html.in @@ -50,7 +50,7 @@
-git clone git://libvirt.org/libvirt-csharp.git +git clone https://libvirt.org/git/libvirt-csharp.git
diff --git a/docs/devguide.html.in b/docs/devguide.html.in index f460f1dd58..2668e6f29e 100644 --- a/docs/devguide.html.in +++ b/docs/devguide.html.in @@ -29,13 +29,13 @@
# C language -$ git clone git://libvirt.org/libvirt-appdev-guide.git +$ git clone https://libvirt.org/git/libvirt-appdev-guide.git # Python language -$ git clone git://libvirt.org/libvirt-appdev-guide-python.git +$ git clone https://libvirt.org/git/libvirt-appdev-guide-python.git # Publican Style/Theme -$ git clone git://libvirt.org/libvirt-publican.git +$ git clone https://libvirt.org/git/libvirt-publican.git