From 871f231ea03a2e16f0350ca9b6414168779180a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A1n=20Tomko?=
See
- source code
+ source code
for a more complex example.
Python: Libvirt's python bindings are split to a
- separate package
+ separate package
since version 1.2.0, older versions came with direct support for the
Python language.
The C# bindings source code is maintained in a git repository available on
- libvirt.org:
+ gitlab.com:
- They can also be browsed online:
-
The D-Bus bindings source code is maintained in a
git repository available on
- libvirt.org:
+ gitlab.com:
- They can also be browsed online:
-
-git clone https://libvirt.org/git/libvirt-csharp.git
-
-
-
-https://libvirt.org/git/?p=libvirt-csharp.git;a=summary
+git clone https://gitlab.com/libvirt/libvirt-csharp.git
Usage
diff --git a/docs/dbus.html.in b/docs/dbus.html.in
index 4dfe4ca427..99f191a685 100644
--- a/docs/dbus.html.in
+++ b/docs/dbus.html.in
@@ -17,19 +17,11 @@
-git clone https://libvirt.org/git/libvirt-dbus.git
-
-
-
-https://libvirt.org/git/?p=libvirt-dbus.git
+git clone https://gitlab.com/libvirt/libvirt-dbus.git
Usage
diff --git a/docs/hacking.rst b/docs/hacking.rst
index 61ae6452e1..51ff862e8f 100644
--- a/docs/hacking.rst
+++ b/docs/hacking.rst
@@ -9,9 +9,9 @@ Repositories and external resources
===================================
The official upstream repository is kept in git
-(``https://libvirt.org/git/libvirt.git``) and is browsable
+(``https://gitlab.com/libvirt/libvirt``) and is browsable
along with other libvirt-related repositories (e.g.
-libvirt-python) `online
The Java bindings code source is now maintained in a git repository available on -libvirt.org: +gitlab.com:
-git clone https://libvirt.org/git/libvirt-java.git +git clone https://gitlab.com/libvirt/libvirt-java.git-
-It can also be browsed at -
-- -https://libvirt.org/git/?p=libvirt-java.git;a=summary --
The code is built using ant, and assumes that you have the jna jar installed. Once you have downloaded diff --git a/docs/php.html.in b/docs/php.html.in index 1febab7eaf..1605175976 100644 --- a/docs/php.html.in +++ b/docs/php.html.in @@ -11,16 +11,10 @@
The PHP bindings code source is now maintained in a git repository available on -libvirt.org: +gitlab.com:
-git clone https://libvirt.org/git/libvirt-php.git --
-It can also be browsed at -
--https://libvirt.org/git/?p=libvirt-php.git;a=summary +git clone https://gitlab.com/libvirt/libvirt-php.gitdiff --git a/docs/securityprocess.html.in b/docs/securityprocess.html.in index adf30259b0..aaab803b2f 100644 --- a/docs/securityprocess.html.in +++ b/docs/securityprocess.html.in @@ -42,7 +42,7 @@
Information for all historical security issues is maintained in machine parsable format in the - libvirt-security-notice GIT repository and + libvirt-security-notice GIT repository and published online in text, HTML and XML formats. Security notices are published on the libvirt-announce mailing list diff --git a/docs/testapi.html.in b/docs/testapi.html.in index dd0552c8fd..e7cd9453ee 100644 --- a/docs/testapi.html.in +++ b/docs/testapi.html.in @@ -28,7 +28,7 @@ and test scenarios.
Libvirt-test-API is maintained using - a GIT + a GIT repository, and comment, patches and reviews are carried on the libvir-list development list.