docs: docs.tutor.overhang.io -> docs.tutor.edly.io

See: https://github.com/overhangio/tutor/issues/945
This commit is contained in:
Régis Behmo 2023-12-05 11:45:48 +01:00
parent be48edeb26
commit 4256df3839
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Xqueue external grading system plugin for `Tutor <https://docs.tutor.overhang.io>`_ Xqueue external grading system plugin for `Tutor <https://docs.tutor.edly.io>`_
=================================================================================== ===================================================================================
This is a plugin for `Tutor <https://docs.tutor.overhang.io>`_ that provides the Xqueue external grading system for Open edX platforms. If you don't know what it is, you probably don't need it. This is a plugin for `Tutor <https://docs.tutor.edly.io>`_ that provides the Xqueue external grading system for Open edX platforms. If you don't know what it is, you probably don't need it.
Installation Installation
------------ ------------
@ -133,4 +133,4 @@ This work is licensed under the terms of the `GNU Affero General Public License
Troubleshooting Troubleshooting
--------------- ---------------
This Tutor plugin is maintained by Jhony Avella from `eduNEXT <https://www.edunext.co/>`__. Community support is available from the official `Open edX forum <https://discuss.openedx.org>`__. Do you need help with this plugin? See the `troubleshooting <https://docs.tutor.overhang.io/troubleshooting.html>`__ section from the Tutor documentation. This Tutor plugin is maintained by Jhony Avella from `eduNEXT <https://www.edunext.co/>`__. Community support is available from the official `Open edX forum <https://discuss.openedx.org>`__. Do you need help with this plugin? See the `troubleshooting <https://docs.tutor.edly.io/troubleshooting.html>`__ section from the Tutor documentation.

View File

@ -16,9 +16,9 @@ with io.open(
setup( setup(
name="tutor-xqueue", name="tutor-xqueue",
version=about["__version__"], version=about["__version__"],
url="https://docs.tutor.overhang.io/", url="https://docs.tutor.edly.io/",
project_urls={ project_urls={
"Documentation": "https://docs.tutor.overhang.io/", "Documentation": "https://docs.tutor.edly.io/",
"Code": "https://github.com/overhangio/tutor-xqueue", "Code": "https://github.com/overhangio/tutor-xqueue",
"Issue tracker": "https://github.com/overhangio/tutor-xqueue/issues", "Issue tracker": "https://github.com/overhangio/tutor-xqueue/issues",
"Community": "https://discuss.openedx.org", "Community": "https://discuss.openedx.org",