diff --git a/README.rst b/README.rst index 402b45c..825fad1 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ -Students notes plugin for `Tutor `_ +Students notes plugin for `Tutor `_ =================================================================== -This is a plugin for `Tutor `_ to easily add the `Open edX note-taking app `_ to an Open edX platform. This app allows students to annotate portions of the courseware (see `the official documentation `_). +This is a plugin for `Tutor `_ to easily add the `Open edX note-taking app `_ to an Open edX platform. This app allows students to annotate portions of the courseware (see `the official documentation `_). .. image:: https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/open-release-palm.master/_images/SFD_SN_bodyexample.png :alt: Notes in action @@ -54,7 +54,7 @@ Feel free to add breakpoints (``breakpoint()``) anywhere in your source code to Troubleshooting --------------- -This Tutor plugin is maintained by Jhony Avella from `eduNEXT `__. 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 Jhony Avella from `eduNEXT `__. 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 0316dda..a639d05 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,9 @@ setup( name="tutor-notes", 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-notes", "Issue tracker": "https://github.com/overhangio/tutor-notes/issues", "Community": "https://discuss.openedx.org",