Skip to content

Commit 871f231

Browse files
committed
docs: point to GitLab as the primary git hosting
We still point to git repositories hosted on libvirt.org in various places. Replace the links to their gitlab.com equivalents. Note that GitLab is trying to be smart here and https://gitlab.com/libvirt/libvirt redirects to https://gitlab.com/libvirt/libvirt.git when doing a 'git clone' and vice-versa when visiting from the browser, so I only kept the .git suffix in places that explicitly mentioned 'git clone'. Signed-off-by: Ján Tomko <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]>
1 parent 87cd2fe commit 871f231

12 files changed

+19
-49
lines changed

ChangeLog

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ archives.
77
If you're interested in the full list of changes made to libvirt since
88
the project was started, you can clone the git repository from
99

10-
https://libvirt.org/git/libvirt.git
10+
https://gitlab.com/libvirt/libvirt/
1111

1212
and browse them locally using your favorite git history viewer or,
1313
alternatively, browse them online at
1414

15-
https://libvirt.org/git/?p=libvirt.git;a=log
15+
https://gitlab.com/libvirt/libvirt/-/commits/master

docs/aclpolkit.html.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ polkit.addRule(function(action, subject) {
459459

460460
<p>
461461
See
462-
<a href="https://libvirt.org/git/?p=libvirt.git;a=tree;f=examples/polkit;hb=HEAD">source code</a>
462+
<a href="https://gitlab.com/libvirt/libvirt/-/tree/master/examples/polkit">source code</a>
463463
for a more complex example.
464464
</p>
465465

docs/bindings.html.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<li>
5050
<p>
5151
<strong>Python</strong>: Libvirt's python bindings are split to a
52-
separate <a href="https://libvirt.org/git/?p=libvirt-python.git">package</a>
52+
separate <a href="https://gitlab.com/libvirt/libvirt-python">package</a>
5353
since version 1.2.0, older versions came with direct support for the
5454
Python language.
5555
</p>

docs/csharp.html.in

+2-10
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,11 @@
3333
<p>
3434
The C# bindings source code is maintained in a <a
3535
href="http://git-scm.com/">git</a> repository available on
36-
<a href="https://libvirt.org/git/">libvirt.org</a>:
36+
<a href="https://gitlab.com/libvirt/libvirt-csharp">gitlab.com</a>:
3737
</p>
3838

3939
<pre>
40-
git clone https://libvirt.org/git/libvirt-csharp.git
41-
</pre>
42-
43-
<p>
44-
They can also be browsed online:
45-
</p>
46-
47-
<pre>
48-
<a href="https://libvirt.org/git/?p=libvirt-csharp.git;a=summary">https://libvirt.org/git/?p=libvirt-csharp.git;a=summary</a>
40+
git clone https://gitlab.com/libvirt/libvirt-csharp.git
4941
</pre>
5042

5143
<h2><a id="usage">Usage</a></h2>

docs/dbus.html.in

+2-10
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,11 @@
1717
<p>
1818
The D-Bus bindings source code is maintained in a
1919
<a href="https://git-scm.com/">git</a> repository available on
20-
<a href="https://libvirt.org/git/">libvirt.org</a>:
20+
<a href="https://gitlab.com/libvirt/libvirt-dbus">gitlab.com</a>:
2121
</p>
2222

2323
<pre>
24-
git clone https://libvirt.org/git/libvirt-dbus.git
25-
</pre>
26-
27-
<p>
28-
They can also be browsed online:
29-
</p>
30-
31-
<pre>
32-
<a href="https://libvirt.org/git/?p=libvirt-dbus.git">https://libvirt.org/git/?p=libvirt-dbus.git</a>
24+
git clone https://gitlab.com/libvirt/libvirt-dbus.git
3325
</pre>
3426

3527
<h2><a id="usage">Usage</a></h2>

docs/hacking.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Repositories and external resources
99
===================================
1010

1111
The official upstream repository is kept in git
12-
(``https://libvirt.org/git/libvirt.git``) and is browsable
12+
(``https://gitlab.com/libvirt/libvirt``) and is browsable
1313
along with other libvirt-related repositories (e.g.
14-
libvirt-python) `online <https://libvirt.org/git/>`__.
14+
libvirt-python) `online <https://gitlab.com/libvirt>`__.
1515

1616
Patches to translations are maintained via the `zanata
1717
project <https://fedora.zanata.org/>`__. If you want to fix a

docs/java.html.in

+2-10
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,11 @@ which you can use to include this in your maven projects.</p>
2626
<h2>GIT source repository</h2>
2727
<p> The Java bindings code source is now maintained in a <a
2828
href="http://git-scm.com/">git</a> repository available on
29-
<a href="https://libvirt.org/git/">libvirt.org</a>:
29+
<a href="https://gitlab.com/libvirt/libvirt-java/">gitlab.com</a>:
3030
</p>
3131
<pre>
32-
git clone https://libvirt.org/git/libvirt-java.git
32+
git clone https://gitlab.com/libvirt/libvirt-java.git
3333
</pre>
34-
<p>
35-
It can also be browsed at
36-
</p>
37-
<pre>
38-
39-
<a href="https://libvirt.org/git/?p=libvirt-java.git;a=summary">https://libvirt.org/git/?p=libvirt-java.git;a=summary</a>
40-
</pre>
41-
4234

4335
<h2>Building</h2>
4436
<p>The code is built using ant, and assumes that you have the jna jar installed. Once you have downloaded

docs/php.html.in

+2-8
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,10 @@
1111
<h2>Getting the source</h2>
1212
<p> The PHP bindings code source is now maintained in a <a
1313
href="http://git-scm.com/">git</a> repository available on
14-
<a href="https://libvirt.org/git/">libvirt.org</a>:
14+
<a href="https://gitlab.com/libvirt/libvirt-php">gitlab.com</a>:
1515
</p>
1616
<pre>
17-
git clone https://libvirt.org/git/libvirt-php.git
18-
</pre>
19-
<p>
20-
It can also be browsed at
21-
</p>
22-
<pre>
23-
<a href="https://libvirt.org/git/?p=libvirt-php.git;a=summary">https://libvirt.org/git/?p=libvirt-php.git;a=summary</a>
17+
git clone https://gitlab.com/libvirt/libvirt-php.git
2418
</pre>
2519

2620
<p></p>

docs/securityprocess.html.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<p>
4343
Information for all historical security issues is maintained in
4444
machine parsable format in the
45-
<a href="https://libvirt.org/git/?p=libvirt-security-notice.git;a=log">libvirt-security-notice GIT repository</a> and
45+
<a href="https://gitlab.com/libvirt/libvirt-security-notice">libvirt-security-notice GIT repository</a> and
4646
<a href="https://security.libvirt.org">published online</a>
4747
in text, HTML and XML formats. Security notices are published
4848
on the <a href="https://libvirt.org/contact.html#email">libvirt-announce mailing list</a>

docs/testapi.html.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
and test scenarios.</li>
2929
</ul>
3030
<p> Libvirt-test-API is maintained using
31-
<a href="https://libvirt.org/git/?p=libvirt-test-API.git">a GIT
31+
<a href="https://gitlab.com/libvirt/libvirt-test-API">a GIT
3232
repository</a>, and comment, patches and reviews are carried
3333
on the <a href="contact.html">libvir-list</a> development list.</p>
3434
</body>

docs/testsuites.html.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a href="ftp://libvirt.org/libvirt/tck/">download</a>, as a
2424
<a href="http://rpmfind.net/linux/rpm2html/search.php?query=libvirt-tck">package</a>
2525
in Fedora distributions, but best is probably to get
26-
the <a href="https://libvirt.org/git/?p=libvirt-tck.git">version
26+
the <a href="https://gitlab.com/libvirt/libvirt-tck">version
2727
from GIT</a>.
2828
</li>
2929
<li>the <a href="testapi.html">libvirt-test-API</a> is also a functional
@@ -32,7 +32,7 @@
3232
of libvirt. It is available separately as a
3333
<a href="ftp://libvirt.org/libvirt/libvirt-test-API/">download</a>,
3434
or directly get
35-
the <a href="https://libvirt.org/git/?p=libvirt-test-API.git">version
35+
the <a href="https://gitlab.com/libvirt/libvirt-test-API/">version
3636
from GIT</a>.
3737
</li>
3838
</ul>

docs/testtck.html.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
Fedora Feature.</li>
3434
</ul>
3535
<p> Libvirt-TCK is maintained using
36-
<a href="https://libvirt.org/git/?p=libvirt-tck.git">a GIT
36+
<a href="https://gitlab.com/libvirt/libvirt-tck">a GIT
3737
repository</a>, and comment, patches and reviews are carried
3838
on the <a href="contact.html">libvir-list</a> development list.</p>
3939
</body>

0 commit comments

Comments
 (0)