From 4ad1fb8c81937bbaed3510038694081ca7a98ab7 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 14 Mar 2023 22:45:27 +0100 Subject: [PATCH] docs: Update links to the libvirt-ocaml bindings project webpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The webpage for the project is now hosted via gitlab pages and accessible at https://ocaml.libvirt.org Update the links to point at the new location. Redirects will be set up to ensure that links are not broken. Signed-off-by: Peter Krempa Reviewed-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- docs/bindings.rst | 2 +- docs/docs.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bindings.rst b/docs/bindings.rst index 1a96b9e56a..fb95766212 100644 --- a/docs/bindings.rst +++ b/docs/bindings.rst @@ -15,7 +15,7 @@ other languages: - **Java**: Daniel Veillard develops `Java bindings `__. - **OCaml**: Richard Jones develops `OCaml - bindings `__. + bindings `__. - **Perl**: Daniel Berrange develops `Perl bindings `__. diff --git a/docs/docs.rst b/docs/docs.rst index daa0234fa6..7d14389f37 100644 --- a/docs/docs.rst +++ b/docs/docs.rst @@ -81,7 +81,7 @@ Application development `c# `__, `go `__ (`all go modules `__), `java `__, - `ocaml `__, + `ocaml `__, `perl `__, `python `__, `php `__,