Skip to content

Commit e2fe42b

Browse files
committed
Use binder-examples/requirements as example GitHub input
1 parent 43ecb3a commit e2fe42b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binderhub/repoproviders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ class GitHubRepoProvider(RepoProvider):
843843
"detect": {"regex": "^(https?://github.com/)?(?<repo>.*[^/])/?"},
844844
"repo": {
845845
"label": "GitHub repository name or URL",
846-
"placeholder": "example: yuvipanda/requirements or https://github.com/yuvipanda/requirements",
846+
"placeholder": "example: binder-examples/requirements or https://github.com/binder-examples/requirements",
847847
"urlEncode": False,
848848
},
849849
"ref": {"enabled": True, "default": "HEAD"},

setupTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ window.pageConfig = {
3535
repo: {
3636
label: "GitHub repository name or URL",
3737
placeholder:
38-
"example: yuvipanda/requirements or https://github.com/yuvipanda/requirements",
38+
"example: binder-examples/requirements or https://github.com/binder-examples/requirements",
3939
},
4040
},
4141
{

0 commit comments

Comments
 (0)