From 4efaa97c3c69182c173f0ad239d4dc70ab543f7a Mon Sep 17 00:00:00 2001 From: sarina Date: Fri, 14 Mar 2025 14:08:02 -0400 Subject: [PATCH 1/2] docs: Include XBlock as part of named releases --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index fa4dc0193..ca79d961c 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -24,6 +24,7 @@ metadata: # names that might be interested in changes to the architecture of this # component. openedx.org/arch-interest-groups: "feanil" + openedx.org/release: master spec: # (Required) This can be a group (`group:`) or a user (`user:`). From e9d9bc09326ef2411827c302ad627c73b5f08490 Mon Sep 17 00:00:00 2001 From: sarina Date: Fri, 14 Mar 2025 14:09:12 -0400 Subject: [PATCH 2/2] docs: Update link to Installing and Configuring guide --- docs/links.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/links.rst b/docs/links.rst index d1173123c..f0cc17b31 100644 --- a/docs/links.rst +++ b/docs/links.rst @@ -63,7 +63,7 @@ .. _Finding the Usage ID for Course Content: https://docs.openedx.org/en/latest/educators/how-tos/advanced_features/lti_determine_content_address.html#finding-the-usage-id-for-course-content -.. _Installing, Configuring, and Running the Open edX Platform: https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/index.html +.. _Installing, Configuring, and Running the Open edX Platform: https://docs.openedx.org/en/latest/site_ops/install_configure_run_guide/index.html .. _Developing Course Components: https://docs.openedx.org/en/latest/educators/references/course_development/what_is_a_component.html