diff --git a/README.rst b/README.rst index 0887c5b..1299b55 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -WebUI plugin for `Tutor `__ +WebUI plugin for `Tutor `__ ============================================================ This is a plugin for Tutor that allows you to manage a Tutor-powered `Open edX `__ installation from a browser -- a web user interface! In other words, it is no longer necessary to SSH to a remote server to manage a running instance. @@ -45,7 +45,7 @@ Authentication Troubleshooting --------------- -This Tutor plugin is maintained by Hina Khadim from `Edly `__. Community support is available from the official `Open edX forum `__. Do you need help with this plugin? See the `troubleshooting `__ section from the Tutor documentation. +This Tutor plugin is maintained by Hina Khadim from `Edly `__. Community support is available from the official `Open edX forum `__. Do you need help with this plugin? See the `troubleshooting `__ section from the Tutor documentation. License ------- diff --git a/setup.py b/setup.py index 9271dea..c1f9bd1 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def load_about(): version=ABOUT["__version__"], url="https://overhang.io/overhangio/tutor-webui", project_urls={ - "Documentation": "https://docs.tutor.overhang.io/", + "Documentation": "https://docs.tutor.edly.io/", "Code": "https://github.com/overhangio/tutor-webui", "Issue tracker": "https://github.com/overhangio/tutor-webui/issues", "Community": "https://discuss.openedx.org",