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:
@@ -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
|
||||
```
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user