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