- drop the link to the FTP server which doesn't exist any more
 - change links to libvirt.org/source to download.libvirt.org
 - change link to the maven repository to point to download.libvirt.org

Signed-off-by: Peter Krempa <pkre...@redhat.com>
---
 docs/java.rst | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/java.rst b/docs/java.rst
index df846c6fc6..949a7f4b83 100644
--- a/docs/java.rst
+++ b/docs/java.rst
@@ -16,11 +16,10 @@ Getting it

 The latest versions of the libvirt Java bindings can be downloaded from:

--  `libvirt.org FTP server <ftp://libvirt.org/libvirt/java/>`__
--  `libvirt.org HTTP server <https://libvirt.org/sources/java/>`__
+-  `libvirt.org HTTP server <https://download.libvirt.org/java/>`__

-A maven repository is located at https://libvirt.org/maven2/ which you can use
-to include this in your maven projects.
+A maven repository is located at https://download.libvirt.org/maven2/ which you
+can use to include this in your maven projects.

 GIT source repository
 ---------------------
@@ -68,7 +67,7 @@ become

 There is of course some functions where the mapping is less direct and using
 extra classes to map complex arguments. The
-`Javadoc <https://libvirt.org/sources/java/javadoc>`__ is available online or 
as
+`Javadoc <https://download.libvirt.org/java/javadoc>`__ is available online or 
as
 part of a separate libvirt-java-javadoc package.

 So let's look at a simple example inspired from the ``test.java`` test found in
-- 
2.39.2

Reply via email to