diff --git a/README.rst b/README.rst index 0c47cd0..f24ed39 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ -Course Discovery plugin for `Tutor `_ +Course Discovery plugin for `Tutor `_ ===================================================================== -This is a plugin for `Tutor `_ that integrates the `Course Discovery `__ application in an Open edX platform. it is useful for integration with, for example, `Ecommerce `__ or an external course catalog. +This is a plugin for `Tutor `_ that integrates the `Course Discovery `__ application in an Open edX platform. it is useful for integration with, for example, `Ecommerce `__ or an external course catalog. Installation ------------ @@ -107,7 +107,7 @@ Once a local repository is mounted in the image, you will have to install nodejs Troubleshooting --------------- -This Tutor plugin is maintained by Muhammad Faraz Maqsood 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 Muhammad Faraz Maqsood 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. `Max retries exceeded with url` diff --git a/setup.py b/setup.py index 128377a..5413899 100644 --- a/setup.py +++ b/setup.py @@ -17,9 +17,9 @@ with io.open( setup( name="tutor-discovery", version=about["__version__"], - url="https://docs.tutor.overhang.io/", + url="https://docs.tutor.edly.io/", project_urls={ - "Documentation": "https://docs.tutor.overhang.io/", + "Documentation": "https://docs.tutor.edly.io/", "Code": "https://github.com/overhangio/tutor-discovery", "Issue tracker": "https://github.com/overhangio/tutor-discovery/issues", "Community": "https://discuss.openedx.org",