Skip to content

Commit

Permalink
change documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Sep 7, 2024
1 parent 32af3a8 commit 9756145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
[documentation_path]: https://quillcraftsman.github.io/tenda-everest
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9756145

Please sign in to comment.