From 9756145bf0b223b4b8fe70d5111379dcd4d63a93 Mon Sep 17 00:00:00 2001 From: quillcraftsman Date: Sat, 7 Sep 2024 15:25:36 +0300 Subject: [PATCH] change documentation url --- README.md | 10 +++++----- setup.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e84ad7..677d463 100644 --- a/README.md +++ b/README.md @@ -97,12 +97,12 @@ Be free to use, fork, clone and contribute. ## Requirements - requests -- See more in [Full Documentation](https://tenda-everest.craftsman.lol/about.html#requirements) +- See more in [Full Documentation](https://quillcraftsman.github.io/tenda-everest/about.html#requirements) ## Development Status - Package already available on [PyPi](https://pypi.org/project/tenda-everest/) -- See more in [Full Documentation](https://tenda-everest.craftsman.lol/about.html#development-status) +- See more in [Full Documentation](https://quillcraftsman.github.io/tenda-everest/about.html#development-status) ## Install @@ -112,7 +112,7 @@ Be free to use, fork, clone and contribute. pip install tenda-everest ``` -See more in [Full Documentation](https://tenda-everest.craftsman.lol/install.html) +See more in [Full Documentation](https://quillcraftsman.github.io/tenda-everest/install.html) ## Quickstart @@ -129,10 +129,10 @@ print(info()) You are welcome! To easy start please check: - [Full Documentation][documentation_path] - [Contributing](CONTRIBUTING.md) -- [Developer Documentation](https://tenda-everest.craftsman.lol/dev_documentation.html) +- [Developer Documentation](https://quillcraftsman.github.io/tenda-everest/dev_documentation.html) - [Code of Conduct](CODE_OF_CONDUCT.md) - [Security Policy](SECURITY.md) - [Governance](GOVERNANCE.md) - [Support](SUPPORT.md) -[documentation_path]: https://tenda-everest.craftsman.lol \ No newline at end of file +[documentation_path]: https://quillcraftsman.github.io/tenda-everest \ No newline at end of file diff --git a/setup.py b/setup.py index af56dd7..39134f5 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def get_value_from_package_info(line, value, old_value): PACKAGE_NAME = "tenda_everest" PROJECT_URLS = { - 'Documentation': 'https://tenda-everest.craftman.lol', + 'Documentation': 'https://quillcraftsman.github.io/tenda-everest', 'Source': 'https://github.com/quillcraftsman/tenda-everest', 'Tracker': 'https://github.com/quillcraftsman/tenda-everest/issues', 'Release notes': 'https://github.com/quillcraftsman/tenda-everest/releases',