From d0e7501443a6015dd0b7a3b3c1b442b33e37cac5 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Mon, 29 Jan 2024 14:55:35 +0100 Subject: [PATCH] fix links missing from 8260f8 closes #514 --- CONTRIBUTING.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d186eb6d..66ace022 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ This will allow a chance to talk it over with the owners and validate your appro [code of conduct]: CODE_OF_CONDUCT.md -[documentation]: https://magmax.org/python-inquirer/ +[documentation]: https://python-inquirer.readthedocs.io [issue tracker]: https://github.com/magmax/python-inquirer/issues [mit license]: https://opensource.org/licenses/MIT [nox]: https://nox.thea.codes/ diff --git a/pyproject.toml b/pyproject.toml index a9c3e582..828e165c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" homepage = "https://github.com/magmax/python-inquirer" repository = "https://github.com/magmax/python-inquirer" -documentation = "https://magmax.org/python-inquirer" +documentation = "https://python-inquirer.readthedocs.io" classifiers = [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3.8",