Merge pull request #30086 from openedx/feanil/remove_edx4edx_lite_ref

docs: Update a help string to reference a more up-to-date sample course.
This commit is contained in:
Feanil Patel
2022-03-17 14:53:52 -04:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ class GitExportError(Exception):
"please create it, or configure a different path with "
"GIT_REPO_EXPORT_DIR").format(GIT_REPO_EXPORT_DIR)
URL_BAD = _('Non writable git url provided. Expecting something like:'
' git@github.com:edx/edx4edx_lite.git')
' git@github.com:openedx/openedx-demo-course.git')
URL_NO_AUTH = _('If using http urls, you must provide the username '
'and password in the url. Similar to '
'https://user:pass@github.com/user/course.')