From 0896309d2aaa23a98f4131fef1366a5f981bd518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 5 Dec 2023 11:45:48 +0100 Subject: [PATCH] docs: docs.tutor.overhang.io -> docs.tutor.edly.io See: https://github.com/overhangio/tutor/issues/945 --- README.rst | 10 +++++----- setup.py | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 730815f2..d8f7673b 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ -E-Commerce plugin for `Tutor `_ +E-Commerce plugin for `Tutor `_ =============================================================== -This is a plugin for `Tutor `_ that integrates the `E-Commerce `__ application in an Open edX platform. +This is a plugin for `Tutor `_ that integrates the `E-Commerce `__ application in an Open edX platform. Installation ------------ @@ -22,7 +22,7 @@ Services will have to be re-configured and restarted, so you are probably better tutor local launch -Note that this plugins is compatible with `Kubernetes integration `__. When deploying to a Kubernetes cluster, run instead:: +Note that this plugins is compatible with `Kubernetes integration `__. When deploying to a Kubernetes cluster, run instead:: tutor k8s launch @@ -143,12 +143,12 @@ To attach a debugger to the ecommerce service, run:: 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. Contributing ------------ -Pull requests are welcome! Please read the `"contributing" section from the Tutor documentation `__. +Pull requests are welcome! Please read the `"contributing" section from the Tutor documentation `__. License ------- diff --git a/setup.py b/setup.py index 559d6d3e..57edbdd3 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,9 @@ setup( name="tutor-ecommerce", 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-ecommerce", "Issue tracker": "https://github.com/overhangio/tutor-ecommerce/issues", "Community": "https://discuss.openedx.org",