From c28a4b9eb810b78f917ced96dfc508ff7c62f7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 1 Oct 2024 09:09:29 +0200 Subject: [PATCH] docs: fix broken links to overhang.io --- docs/plugins/intro.rst | 2 +- docs/tutor.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/intro.rst b/docs/plugins/intro.rst index 57fd8d4..890125c 100644 --- a/docs/plugins/intro.rst +++ b/docs/plugins/intro.rst @@ -46,7 +46,7 @@ More plugins can be downloaded from the "contrib" index:: tutor plugins index add contrib tutor plugins search -The "main" and "contrib" indexes include a curated list of plugins that are well maintained and introduce useful features to Open edX. These indexes are maintained by `Overhang.IO `__. For more information about these indexes, refer to the official `overhangio/tpi `__ repository. +The "main" and "contrib" indexes include a curated list of plugins that are well maintained and introduce useful features to Open edX. These indexes are maintained by `Edly `__. For more information about these indexes, refer to the official `overhangio/tpi `__ repository. Thanks to these indexes, it is very easy to download and upgrade plugins. For instance, to install the `notes plugin `__:: diff --git a/docs/tutor.rst b/docs/tutor.rst index 350726f..4435ac9 100644 --- a/docs/tutor.rst +++ b/docs/tutor.rst @@ -100,7 +100,7 @@ When making a new Tutor release, increment the: An optional BRANCH suffix may be appended to the release name to indicate that extra changes were added on top of the latest release. For instance, "x.y.z-nightly" corresponds to release x.y.z on top of which extra changes were added to make it compatible with the Open edX master branches (see the :ref:`tutorial on running Tutor Nightly `). -`Officially-supported plugins `__ follow the same versioning pattern. As a third-party plugin developer, you are encouraged to use the same pattern to make it immediately clear to your end-users which Open edX versions are supported. +`Officially-supported plugins `__ follow the same versioning pattern. As a third-party plugin developer, you are encouraged to use the same pattern to make it immediately clear to your end-users which Open edX versions are supported. In Tutor and its officially-supported plugins, certain features, API endpoints, and older depenency versions are periodically deprecated. Generally, warnings are added to the Changelogs and/or the command-line interface one major release before support for any behavior is removed. In order to keep track of pending removals in the source code, comments containing the string ``REMOVE-AFTER-VXX`` should be used, where ```` is the last major version that must support the behavior. For example::