Skip to content

Commit dcd25a0

Browse files
authored
Merge pull request #297 from bsipocz/BUG_default_branch_name
BUG: fix name of default branch for edit-on-github
2 parents b2cca4b + 67a989b commit dcd25a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
html_context = {
8484
"github_user": "jupyterhub",
8585
"github_repo": "binder",
86-
"github_version": "master",
86+
"github_version": "main",
8787
"doc_path": "doc",
8888
"source_suffix": source_suffix,
8989
}

0 commit comments

Comments
 (0)