fix: update repo paths that stayed in the edx org

Co-authored-by: Kyle McCormick <kdmc@pm.me>
This commit is contained in:
Sarina Canelake
2022-09-12 17:32:31 -04:00
parent 69f0849165
commit cf5fa64bd7
11 changed files with 16 additions and 16 deletions

View File

@@ -3,4 +3,4 @@ Name Affirmation API
This directory contains a passthrough for the edx-name-affirmation plugin,
in order to enable support in other plugins/packages such as edx-proctoring.
See here: `https://github.com/openedx/edx-name-affirmation`_.
See here: `https://github.com/edx/edx-name-affirmation`_.

View File

@@ -1,6 +1,6 @@
"""
Utility functions for integration with Name Affirmation plugin
(https://github.com/openedx/edx-name-affirmation)
(https://github.com/edx/edx-name-affirmation)
"""
from edx_django_utils.plugins import PluginError, PluginManager