Rename master->main in all the source code

This commit is contained in:
Ayaz Salikhov
2022-07-07 14:51:09 +04:00
parent f60eda163f
commit d42a0b8ffa
18 changed files with 47 additions and 53 deletions

View File

@@ -99,7 +99,7 @@ linkcheck_ignore = [
]
linkcheck_allowed_redirects = {
r"https://results\.pre-commit\.ci/latest/github/jupyter/docker-stacks/master": r"https://results\.pre-commit\.ci/run/github/.*", # Latest master CI build
r"https://results\.pre-commit\.ci/latest/github/jupyter/docker-stacks/main": r"https://results\.pre-commit\.ci/run/github/.*", # Latest main CI build
r"https://github\.com/jupyter/docker-stacks/issues/new.*": r"https://github\.com/login.*", # GitHub wants user to be logon to use this features
r"https://github\.com/orgs/jupyter/teams/docker-image-maintainers/members": r"https://github\.com/login.*",
}