File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" },
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments