Skip to content

Commit 2784814

Browse files
committed
docs: Update refs to docs.edx.org
1 parent 94468ef commit 2784814

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

cms/templates/widgets/sock_links.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
links = [
1212
{
1313
'href': 'http://docs.edx.org',
14-
'sr_mouseover_text': _('Access documentation on http://docs.edx.org'),
14+
'sr_mouseover_text': _('Access edx.org documentation on http://docs.edx.org'),
1515
'text': _('edX Documentation'),
1616
'condition': True
1717
}, {
18-
'href': 'https://open.edx.org',
18+
'href': 'https://openedx.org',
1919
'sr_mouseover_text': _('Access the Open edX Portal'),
2020
'text': _('Open edX Portal'),
2121
'condition': True

docs/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ locations.
1414

1515
* User documentation and a more general Developer's Guide can be read on `Open
1616
edX ReadTheDocs`_. The source for these guides can be found in the
17-
`edx-documentation`_ repository.
17+
`docs.openedx.org`_ repository.
1818

1919
.. _edx-platform docs directory: https://github.com/openedx/edx-platform/tree/master/docs
2020
.. _Developer Documentation Index: https://openedx.atlassian.net/wiki/spaces/DOC/overview
2121
.. _Open edX Development space: https://openedx.atlassian.net/wiki/spaces/COMM/overview
22-
.. _Open edX ReadTheDocs: http://docs.edx.org/
22+
.. _Open edX ReadTheDocs: http://docs.openedx.org/
2323
.. _Hooks Extensions Framework: https://docs.openedx.org/en/latest/developers/concepts/hooks_extension_framework.html
2424

2525
.. toctree::
@@ -94,6 +94,8 @@ locations.
9494
Change History
9595
**************
9696

97+
* April 2025: Documentation moved to docs.openedx.org
98+
9799
* Jun 30, 2023
98100

99101
* Added API, Feature Toggle and Settings docs.
@@ -111,4 +113,5 @@ Change History
111113
* November 3, 2014: The documentation for several sub-projects were moved into
112114
`edx-documentation`_.
113115

116+
.. _docs.openedx.org: https://github.com/openedx/docs.openedx.org
114117
.. _edx-documentation: https://github.com/openedx/edx-documentation

0 commit comments

Comments
 (0)