diff --git a/setup.py b/setup.py index 81ba100..fcfbfd4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ], python_requires=">=3.6", project_urls={ - "Documentation": "https://github.com/bsoyka/passwd/wiki", + "Documentation": "https://bsoyka.github.io/passwd", "Changelog": "https://github.com/bsoyka/passwd/blob/master/CHANGELOG.md", }, install_requires=["requests~=2.24.0"],