Skip to content

Commit 73e9786

Browse files
sarinaregisb
authored andcommitted
docs: update edx.rtd links to docs.openedx.org
1 parent 9ef8c00 commit 73e9786

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def get_version(*file_paths):
500500
'python': ('https://docs.python.org/3.12', None),
501501
'django': ('https://docs.djangoproject.com/en/4.2/', 'https://docs.djangoproject.com/en/4.2/_objects/'),
502502
'model_utils': ('https://django-model-utils.readthedocs.io/en/latest/', None),
503-
'edx_toggles': ('https://edx.readthedocs.io/projects/edx-toggles/en/latest/', None),
503+
'edx_toggles': ('https://docs.openedx.org/projects/edx-toggles/en/latest/', None),
504504
}
505505

506506

docs/contrib/how_to/add_new_annotations_and_extracted_docs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Annotations are a great way to keep documentation close to the code, but also be
1414
As an example, we have added `feature toggle annotations to the edx-platform codebase`_. A `Readthedocs document with the edx-platform feature toggles`_ has been generated from them.
1515

1616
.. _feature toggle annotations to the edx-platform codebase: https://github.com/openedx/edx-platform/search?q=toggle_name
17-
.. _Readthedocs document with the edx-platform feature toggles: https://edx.readthedocs.io/projects/edx-platform-technical/en/latest/featuretoggles.html
17+
.. _Readthedocs document with the edx-platform feature toggles: https://docs.openedx.org/projects/edx-platform/en/latest/references/featuretoggles.html
1818

1919
Add your own annotations and docs
2020
=================================

docs/contrib/how_to/documenting_django_settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Additional details
5656

5757
There are a variety of tips in `certain sections of the how-to for documenting feature toggles`_, that are applicable to documenting non-boolean Django settings as well, but are not duplicated in this document. We recommend you get familiar with the applicable subsections of "Additional details" and "Documenting legacy feature toggles" from the feature toggle how-to.
5858

59-
.. _certain sections of the how-to for documenting feature toggles: https://edx.readthedocs.io/projects/edx-toggles/en/latest/how_to/documenting_new_feature_toggles.html#additional-details
59+
.. _certain sections of the how-to for documenting feature toggles: https://docs.openedx.org/projects/edx-toggles/en/latest/how_to/documenting_new_feature_toggles.html#additional-details
6060

6161
Additional resources
6262
====================

0 commit comments

Comments
 (0)