From 0235ef4a0f07a95badb2a6dd251297f0335c25cc Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 14 Mar 2023 09:26:11 +0100 Subject: [PATCH] docs: java: Clean up links to source code - 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 - change link to javadoc to the documentation generated via gitlab job in the libvirt-java project Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani --- docs/java.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/java.rst b/docs/java.rst index df846c6fc6..685600d2f6 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 `__ -- `libvirt.org HTTP server `__ +- `libvirt.org HTTP server `__ -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,8 +67,8 @@ become There is of course some functions where the mapping is less direct and using extra classes to map complex arguments. The -`Javadoc `__ is available online or as -part of a separate libvirt-java-javadoc package. +`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 ``src`` in the source tree: @@ -123,6 +122,6 @@ pom.xml libvirt-org - https://libvirt.org/maven2 + https://download.libvirt.org/maven2