From 4f07e958fb60dc2492321493026036bf9a700ec6 Mon Sep 17 00:00:00 2001 From: Roshan Ramani Date: Wed, 2 Sep 2026 19:31:46 +0530 Subject: [PATCH 1/2] fix: repoint three dead links - caliper_events.rst and xapi_events.rst pointed at docs/event-mapping/Supported_events.rst in event-routing-backends. That file moved to docs/technical_documentation/concepts/event-mapping/supported_events.rst and the old path 404s. - quince.rst linked github.com/openedx/edxplatform, which is not a repository. The pinned commit and path are valid under openedx/edx-platform. --- source/community/release_notes/quince.rst | 2 +- .../references/internal_data_formats/caliper_events.rst | 2 +- .../developers/references/internal_data_formats/xapi_events.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/community/release_notes/quince.rst b/source/community/release_notes/quince.rst index be3faf21f..f9433fbeb 100644 --- a/source/community/release_notes/quince.rst +++ b/source/community/release_notes/quince.rst @@ -72,7 +72,7 @@ New Settings: New Waffle Flags: -* `CREATE_COURSE_WITH_DEFAULT_ENROLLMENT_START_DATE `__ +* `CREATE_COURSE_WITH_DEFAULT_ENROLLMENT_START_DATE `__ * `SHOW_REGISTRATION_LINKS `__ * `IGNORED_ERRORS[N]['LOG_ERROR'] `__ * `IGNORED_ERRORS[N]['LOG_STACK_TRACE'] `__ diff --git a/source/developers/references/internal_data_formats/caliper_events.rst b/source/developers/references/internal_data_formats/caliper_events.rst index d4ddce676..d0f18d368 100644 --- a/source/developers/references/internal_data_formats/caliper_events.rst +++ b/source/developers/references/internal_data_formats/caliper_events.rst @@ -17,7 +17,7 @@ For more information, see the `event-routing-backends documentation`_. .. _Caliper: https://www.imsglobal.org/activity/caliper .. _IMS Global: https://www.imsglobal.org/ -.. _supported Caliper events: https://github.com/openedx/event-routing-backends/blob/master/docs/event-mapping/Supported_events.rst +.. _supported Caliper events: https://github.com/openedx/event-routing-backends/blob/master/docs/technical_documentation/concepts/event-mapping/supported_events.rst .. _event-routing-backends documentation: https://event-routing-backends.readthedocs.io/en/latest/ **Maintenance chart** diff --git a/source/developers/references/internal_data_formats/xapi_events.rst b/source/developers/references/internal_data_formats/xapi_events.rst index d8b8b832f..0121bbfb7 100644 --- a/source/developers/references/internal_data_formats/xapi_events.rst +++ b/source/developers/references/internal_data_formats/xapi_events.rst @@ -17,7 +17,7 @@ For more information, see the `event-routing-backends documentation`_. .. _xAPI: https://xapi.com/ .. _Advanced Distributed Learning: https://adlnet.gov/ -.. _supported xAPI events: https://github.com/openedx/event-routing-backends/blob/master/docs/event-mapping/Supported_events.rst +.. _supported xAPI events: https://github.com/openedx/event-routing-backends/blob/master/docs/technical_documentation/concepts/event-mapping/supported_events.rst .. _event-routing-backends documentation: https://event-routing-backends.readthedocs.io/en/latest/ **Maintenance chart** From 7de173111b74c5cce4580d65e9a041f94c5b7cc7 Mon Sep 17 00:00:00 2001 From: Roshan Ramani Date: Thu, 3 Sep 2026 19:03:08 +0530 Subject: [PATCH 2/2] fix: use the current openedx-platform repository name Per review: the main repository was renamed to openedx/openedx-platform last year. The pinned commit and path resolve there; the old name only worked through GitHub's rename redirect. --- source/community/release_notes/quince.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/community/release_notes/quince.rst b/source/community/release_notes/quince.rst index f9433fbeb..3c0d8de8b 100644 --- a/source/community/release_notes/quince.rst +++ b/source/community/release_notes/quince.rst @@ -72,7 +72,7 @@ New Settings: New Waffle Flags: -* `CREATE_COURSE_WITH_DEFAULT_ENROLLMENT_START_DATE `__ +* `CREATE_COURSE_WITH_DEFAULT_ENROLLMENT_START_DATE `__ * `SHOW_REGISTRATION_LINKS `__ * `IGNORED_ERRORS[N]['LOG_ERROR'] `__ * `IGNORED_ERRORS[N]['LOG_STACK_TRACE'] `__