From 35020961833e58c3e4972622404f8ae566032d26 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Mon, 26 Feb 2024 17:10:59 -0500 Subject: [PATCH] chore: Update org to openedx for move-affected repos (#34297) See https://github.com/edx/edx-arch-experiments/issues/558 --- lms/envs/common.py | 2 +- requirements/edx/kernel.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index cfbdd70132b1..2ff6621a0d19 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1036,7 +1036,7 @@ # .. if user is registering before enrollment start date or after enrollment end date # .. toggle_use_cases: open_edx # .. toggle_creation_date: 2022-06-06 - # .. toggle_tickets: 'https://github.com/edx/edx-platform/pull/29538' + # .. toggle_tickets: 'https://github.com/openedx/edx-platform/pull/29538' 'DISABLE_ALLOWED_ENROLLMENT_IF_ENROLLMENT_CLOSED': False, # .. toggle_name: FEATURES['SEND_LEARNING_CERTIFICATE_LIFECYCLE_EVENTS_TO_BUS'] diff --git a/requirements/edx/kernel.in b/requirements/edx/kernel.in index 3139561ff819..1f2b7a6c5bfb 100644 --- a/requirements/edx/kernel.in +++ b/requirements/edx/kernel.in @@ -159,4 +159,4 @@ user-util # Functionality for retiring users (GDPR com webob web-fragments # Provides the ability to render fragments of web pages XBlock[django] # Courseware component architecture -xss-utils # https://github.com/edx/edx-platform/pull/20633 Fix XSS via Translations +xss-utils # https://github.com/openedx/edx-platform/pull/20633 Fix XSS via Translations