From a1413f515065282e0f2e4af2c21f3629752c8292 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Fri, 20 Jun 2025 04:01:57 -0400 Subject: [PATCH] Change URLs to point to the correct repository I noticed some of the urls still point to the original github repository under infrawatch. We should write a documentation and modify the README and the home_page accordingly, but that'll need to be done in a separate change. Change-Id: I03cb5a06684f9bd0b6774773986241d8723b16c8 --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1b1f71..777433f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Install your OpenStack environment and patch your `openstack` client application su - stack # clone and install observability client plugin -git clone https://github.com/infrawatch/python-observabilityclient +git clone https://opendev.org/openstack/python-observabilityclient.git cd python-observabilityclient sudo python setup.py install --prefix=/usr ``` diff --git a/setup.cfg b/setup.cfg index 4e81b86..8936365 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ long_description_content_type = text/markdown; charset=UTF-8 license = Apache License, Version 2.0 author = OpenStack author_email = openstack-discuss@lists.openstack.org -home_page = https://infrawatch.github.io/documentation/ +home_page = https://opendev.org/openstack/python-observabilityclient python_requires = >=3.9 classifier = Environment :: Console