From 18ef5ed71d4ef0fcea7c756f5e1a3fd24e4d6754 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 16 Feb 2025 17:15:03 +0900 Subject: [PATCH] Use consistent URL format for all client libraries Change-Id: I75ca0a7faabf9830bc362adb23a84afb0cea056f --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1ae283b9e2..da06879015 100644 --- a/README.rst +++ b/README.rst @@ -72,6 +72,6 @@ We have integration with * https://opendev.org/openstack/python-monascaclient (monitoring service) * https://opendev.org/openstack/python-zunclient (container management service) * https://opendev.org/openstack/python-blazarclient (reservation service) -* https://opendev.org/openstack/python-octaviaclient.git (Load-balancer service) -* https://opendev.org/openstack/python-vitrageclient.git (RCA service) +* https://opendev.org/openstack/python-octaviaclient (Load-balancer service) +* https://opendev.org/openstack/python-vitrageclient (RCA service) * https://opendev.org/openstack/python-ironicclient (baremetal provisioning service)