diff --git a/README.rst b/README.rst index 7a4b02e50..cb7fd9111 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ References ---------- * Free software: Apache License, Version 2.0 -* Documentation: https://tobiko.readthedocs.io/en/latest/ +* Documentation: https://tobiko.readthedocs.io/ * Release notes: https://docs.openstack.org/releasenotes/tobiko/ * Source code: https://opendev.org/x/tobiko * Bugs: https://storyboard.openstack.org/#!/project/x/tobiko diff --git a/setup.cfg b/setup.cfg index 0f311bd11..6872eac2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description_file = README.rst author = OpenStack author_email = openstack-discuss@lists.openstack.org -home_page = https://tobiko.readthedocs.io/en/latest/ +home_page = https://tobiko.readthedocs.io/ python_requires = >=3.6 classifier = Environment :: OpenStack