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
This commit is contained in:
Jaromir Wysoglad
2025-06-20 04:01:57 -04:00
parent f36b857ae8
commit a1413f5150
2 changed files with 2 additions and 2 deletions

View File

@@ -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
```

View File

@@ -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