diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 69c4738..ce5d14d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: '' --- - + **Bug description** diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ad357f5..671a050 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,4 +1,4 @@ Contribution Guidelines ======================= -Please check the relevant section of the Tutor docs: `https://docs.tutor.overhang.io/tutor.html#contributing `__. +Please check the relevant section of the Tutor docs: `https://docs.tutor.edly.io/tutor.html#contributing `__. diff --git a/README.rst b/README.rst index b7a75fd..21db2ac 100644 --- a/README.rst +++ b/README.rst @@ -18,9 +18,9 @@ Tutor: the Docker-based Open edX distribution designed for peace of mind :alt: Forums :target: https://discuss.openedx.org/tag/tutor -.. image:: https://img.shields.io/static/v1?logo=readthedocs&label=Documentation&style=flat-square&color=blue&message=docs.tutor.overhang.io +.. image:: https://img.shields.io/static/v1?logo=readthedocs&label=Documentation&style=flat-square&color=blue&message=docs.tutor.edly.io :alt: Documentation - :target: https://docs.tutor.overhang.io + :target: https://docs.tutor.edly.io .. image:: https://img.shields.io/pypi/v/tutor?logo=python&logoColor=white :alt: PyPI releases @@ -47,11 +47,11 @@ Features * 100% `open source `__ * Runs entirely on Docker -* World-famous 1-click `installation and upgrades `__ -* Comes with batteries included: `theming `__, `SCORM `__, `HTTPS `__, `web-based administration interface `__, `mobile app `__, `custom translations `__... -* Extensible architecture with `plugins `__ -* Works with `Kubernetes `__ -* No technical skill required with the `zero-click Tutor AWS image `__ +* World-famous 1-click `installation and upgrades `__ +* Comes with batteries included: `theming `__, `SCORM `__, `HTTPS `__, `web-based administration interface `__, `mobile app `__, `custom translations `__... +* Extensible architecture with `plugins `__ +* Works with `Kubernetes `__ +* No technical skill required with the `zero-click Tutor AWS image `__ .. _readme_intro_end: @@ -69,12 +69,12 @@ Quickstart Documentation ------------- -Extensive documentation is available: https://docs.tutor.overhang.io/ +Extensive documentation is available: https://docs.tutor.edly.io/ Is there a problem? ------------------- -Please follow the instructions from the `troubleshooting section `__ in the docs. +Please follow the instructions from the `troubleshooting section `__ in the docs. .. _readme_support_start: @@ -90,7 +90,7 @@ To get community support, go to the official Open edX discussion forum: https:// Contributing ------------ -We welcome contributions to Tutor! To learn how you can contribute, please check the relevant section of the Tutor docs: `https://docs.tutor.overhang.io/tutor.html#contributing `__. +We welcome contributions to Tutor! To learn how you can contribute, please check the relevant section of the Tutor docs: `https://docs.tutor.edly.io/tutor.html#contributing `__. .. _readme_contributing_end: diff --git a/changelog.d/scriv/github_release.md.j2 b/changelog.d/scriv/github_release.md.j2 index 6d22dbd..8d78d8c 100644 --- a/changelog.d/scriv/github_release.md.j2 +++ b/changelog.d/scriv/github_release.md.j2 @@ -7,7 +7,7 @@ Or download the compiled binaries: sudo curl -L "https://github.com/overhangio/tutor/releases/download/{{ version }}/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor sudo chmod 0755 /usr/local/bin/tutor -See the [installation docs](https://docs.tutor.overhang.io/install.html) for more installation options and instructions. +See the [installation docs](https://docs.tutor.edly.io/install.html) for more installation options and instructions. ## Changes diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 268eaa9..8c2bc8a 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -91,7 +91,7 @@ If that doesn't work, then check if you have any other Docker containers running docker ps -a -For example, if you have ever used `Tutor Nightly `_, check whether you still have ``tutor_nightly_`` containers running. Conversely, if you're trying to run Tutor Nightly now, check whether you have non-Nightly ``tutor_`` containers running. If so, switch to that other version of Tutor, run ``tutor (dev|local|k8s) stop``, and then switch back to your preferred version of Tutor. +For example, if you have ever used `Tutor Nightly `_, check whether you still have ``tutor_nightly_`` containers running. Conversely, if you're trying to run Tutor Nightly now, check whether you have non-Nightly ``tutor_`` containers running. If so, switch to that other version of Tutor, run ``tutor (dev|local|k8s) stop``, and then switch back to your preferred version of Tutor. Alternatively, if there are any other non-Tutor containers using port 3306, then stop and remove them:: diff --git a/setup.py b/setup.py index b1da7ff..f9da354 100644 --- a/setup.py +++ b/setup.py @@ -41,9 +41,9 @@ ABOUT = load_about() setup( name="tutor", version=ABOUT["__package_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", "Issue tracker": "https://github.com/overhangio/tutor/issues", "Community": "https://discuss.openedx.org/tag/tutor", diff --git a/tutor/commands/compose.py b/tutor/commands/compose.py index 0f19e3a..6d741f3 100644 --- a/tutor/commands/compose.py +++ b/tutor/commands/compose.py @@ -178,7 +178,7 @@ Are you sure you want to continue?""" See the documentation for more information: - https://docs.tutor.overhang.io/install.html#upgrading-to-a-new-open-edx-release + https://docs.tutor.edly.io/install.html#upgrading-to-a-new-open-edx-release Press enter when you are ready to continue""" click.confirm( diff --git a/tutor/utils.py b/tutor/utils.py index ab479cf..cdb082f 100644 --- a/tutor/utils.py +++ b/tutor/utils.py @@ -250,7 +250,7 @@ def warn_macos_docker_memory() -> None: {e} Tutor may not work if Docker is configured with < 4 GB RAM. Please follow instructions from: - https://docs.tutor.overhang.io/install.html""" + https://docs.tutor.edly.io/install.html""" )