From 81618412de3c8af1cb097a21a452ffc962b3d189 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Thu, 9 Sep 2021 16:01:27 +0200 Subject: [PATCH] Fix default documentation page URL Change-Id: Ia72212a67b18747976babd7d6ac355ce3b894e7e --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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