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:10:05 -04:00
parent 1f36b35bc4
commit 2ce5f63756

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.')