Skip to content

Commit d3aa7d9

Browse files
committed
docs: docs.tutor.overhang.io -> docs.tutor.edly.io
See: overhangio#945
1 parent ff8091b commit d3aa7d9

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
<!-- Are you quite sure that you followed the instructions from the Troubleshooting section in the Tutor documentation? https://docs.tutor.overhang.io/troubleshooting.html -->
10+
<!-- Are you quite sure that you followed the instructions from the Troubleshooting section in the Tutor documentation? https://docs.tutor.edly.io/troubleshooting.html -->
1111
<!-- If not, please take the time to read them. -->
1212

1313
**Bug description**

CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Contribution Guidelines
22
=======================
33

4-
Please check the relevant section of the Tutor docs: `https://docs.tutor.overhang.io/tutor.html#contributing <https://docs.tutor.overhang.io/tutor.html#contributing>`__.
4+
Please check the relevant section of the Tutor docs: `https://docs.tutor.edly.io/tutor.html#contributing <https://docs.tutor.edly.io/tutor.html#contributing>`__.

README.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Tutor: the Docker-based Open edX distribution designed for peace of mind
1818
:alt: Forums
1919
:target: https://discuss.openedx.org/tag/tutor
2020

21-
.. image:: https://img.shields.io/static/v1?logo=readthedocs&label=Documentation&style=flat-square&color=blue&message=docs.tutor.overhang.io
21+
.. image:: https://img.shields.io/static/v1?logo=readthedocs&label=Documentation&style=flat-square&color=blue&message=docs.tutor.edly.io
2222
:alt: Documentation
23-
:target: https://docs.tutor.overhang.io
23+
:target: https://docs.tutor.edly.io
2424

2525
.. image:: https://img.shields.io/pypi/v/tutor?logo=python&logoColor=white
2626
:alt: PyPI releases
@@ -47,11 +47,11 @@ Features
4747

4848
* 100% `open source <https://github.com/overhangio/tutor>`__
4949
* Runs entirely on Docker
50-
* World-famous 1-click `installation and upgrades <https://docs.tutor.overhang.io/install.html>`__
51-
* Comes with batteries included: `theming <https://github.com/overhangio/indigo>`__, `SCORM <https://github.com/overhangio/openedx-scorm-xblock>`__, `HTTPS <https://docs.tutor.overhang.io/configuration.html#ssl-tls-certificates-for-https-access>`__, `web-based administration interface <https://github.com/overhangio/tutor-webui>`__, `mobile app <https://github.com/overhangio/tutor-android>`__, `custom translations <https://docs.tutor.overhang.io/configuration.html#adding-custom-translations>`__...
52-
* Extensible architecture with `plugins <https://docs.tutor.overhang.io/plugins/index.html>`__
53-
* Works with `Kubernetes <https://docs.tutor.overhang.io/k8s.html>`__
54-
* No technical skill required with the `zero-click Tutor AWS image <https://docs.tutor.overhang.io/install.html#zero-click-aws-installation>`__
50+
* World-famous 1-click `installation and upgrades <https://docs.tutor.edly.io/install.html>`__
51+
* Comes with batteries included: `theming <https://github.com/overhangio/indigo>`__, `SCORM <https://github.com/overhangio/openedx-scorm-xblock>`__, `HTTPS <https://docs.tutor.edly.io/configuration.html#ssl-tls-certificates-for-https-access>`__, `web-based administration interface <https://github.com/overhangio/tutor-webui>`__, `mobile app <https://github.com/overhangio/tutor-android>`__, `custom translations <https://docs.tutor.edly.io/configuration.html#adding-custom-translations>`__...
52+
* Extensible architecture with `plugins <https://docs.tutor.edly.io/plugins/index.html>`__
53+
* Works with `Kubernetes <https://docs.tutor.edly.io/k8s.html>`__
54+
* No technical skill required with the `zero-click Tutor AWS image <https://docs.tutor.edly.io/install.html#zero-click-aws-installation>`__
5555

5656
.. _readme_intro_end:
5757

@@ -69,12 +69,12 @@ Quickstart
6969
Documentation
7070
-------------
7171

72-
Extensive documentation is available: https://docs.tutor.overhang.io/
72+
Extensive documentation is available: https://docs.tutor.edly.io/
7373

7474
Is there a problem?
7575
-------------------
7676

77-
Please follow the instructions from the `troubleshooting section <https://docs.tutor.overhang.io/troubleshooting.html>`__ in the docs.
77+
Please follow the instructions from the `troubleshooting section <https://docs.tutor.edly.io/troubleshooting.html>`__ in the docs.
7878

7979
.. _readme_support_start:
8080

@@ -90,7 +90,7 @@ To get community support, go to the official Open edX discussion forum: https://
9090
Contributing
9191
------------
9292

93-
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 <https://docs.tutor.overhang.io/tutor.html#contributing>`__.
93+
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 <https://docs.tutor.edly.io/tutor.html#contributing>`__.
9494

9595
.. _readme_contributing_end:
9696

changelog.d/scriv/github_release.md.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Or download the compiled binaries:
77
sudo curl -L "https://github.com/overhangio/tutor/releases/download/{{ version }}/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
88
sudo chmod 0755 /usr/local/bin/tutor
99

10-
See the [installation docs](https://docs.tutor.overhang.io/install.html) for more installation options and instructions.
10+
See the [installation docs](https://docs.tutor.edly.io/install.html) for more installation options and instructions.
1111

1212
## Changes
1313

docs/troubleshooting.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If that doesn't work, then check if you have any other Docker containers running
9191

9292
docker ps -a
9393

94-
For example, if you have ever used `Tutor Nightly <https://docs.tutor.overhang.io/tutorials/nightly.html>`_, 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.
94+
For example, if you have ever used `Tutor Nightly <https://docs.tutor.edly.io/tutorials/nightly.html>`_, 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.
9595

9696
Alternatively, if there are any other non-Tutor containers using port 3306, then stop and remove them::
9797

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def is_requirement(line: str) -> bool:
4141
setup(
4242
name="tutor",
4343
version=ABOUT["__package_version__"],
44-
url="https://docs.tutor.overhang.io/",
44+
url="https://docs.tutor.edly.io/",
4545
project_urls={
46-
"Documentation": "https://docs.tutor.overhang.io/",
46+
"Documentation": "https://docs.tutor.edly.io/",
4747
"Code": "https://github.com/overhangio/tutor",
4848
"Issue tracker": "https://github.com/overhangio/tutor/issues",
4949
"Community": "https://discuss.openedx.org/tag/tutor",

tutor/commands/compose.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def interactive_upgrade(
178178
179179
See the documentation for more information:
180180
181-
https://docs.tutor.overhang.io/install.html#upgrading-to-a-new-open-edx-release
181+
https://docs.tutor.edly.io/install.html#upgrading-to-a-new-open-edx-release
182182
183183
Press enter when you are ready to continue"""
184184
click.confirm(

tutor/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def warn_macos_docker_memory() -> None:
269269
{e}
270270
271271
Tutor may not work if Docker is configured with < 4 GB RAM. Please follow instructions from:
272-
https://docs.tutor.overhang.io/install.html"""
272+
https://docs.tutor.edly.io/install.html"""
273273
)
274274

275275

0 commit comments

Comments
 (0)