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