diff --git a/ChangeLog b/ChangeLog index 55eb05c5ce..897f38e56d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,9 +7,9 @@ archives. If you're interested in the full list of changes made to libvirt since the project was started, you can clone the git repository from - https://libvirt.org/git/libvirt.git + https://gitlab.com/libvirt/libvirt/ and browse them locally using your favorite git history viewer or, alternatively, browse them online at - https://libvirt.org/git/?p=libvirt.git;a=log + https://gitlab.com/libvirt/libvirt/-/commits/master diff --git a/docs/aclpolkit.html.in b/docs/aclpolkit.html.in index 3e5d30a5dd..8bd8b58e02 100644 --- a/docs/aclpolkit.html.in +++ b/docs/aclpolkit.html.in @@ -459,7 +459,7 @@ polkit.addRule(function(action, subject) {
See - source code + source code for a more complex example.
diff --git a/docs/bindings.html.in b/docs/bindings.html.in index 46930cd6f6..8a482015b9 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -49,7 +49,7 @@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.
diff --git a/docs/csharp.html.in b/docs/csharp.html.in index df1db49bec..89b3957904 100644 --- a/docs/csharp.html.in +++ b/docs/csharp.html.in @@ -33,19 +33,11 @@The C# bindings source code is maintained in a git repository available on - libvirt.org: + gitlab.com:
-git clone https://libvirt.org/git/libvirt-csharp.git -- -
- They can also be browsed online: -
- --https://libvirt.org/git/?p=libvirt-csharp.git;a=summary +git clone https://gitlab.com/libvirt/libvirt-csharp.git
The D-Bus bindings source code is maintained in a git repository available on - libvirt.org: + gitlab.com:
-git clone https://libvirt.org/git/libvirt-dbus.git -- -
- They can also be browsed online: -
- --https://libvirt.org/git/?p=libvirt-dbus.git +git clone https://gitlab.com/libvirt/libvirt-dbus.git
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.