Skip to content

Commit 48f59b5

Browse files
authored
Merge pull request #2018 from manics/launch-form-default-ref
Use `binder-examples/requirements` as example GitHub input
2 parents 43ecb3a + e2fe42b commit 48f59b5

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)