Skip to content

Commit

Permalink
Fix a few more git branch renames (master -> main)
Browse files Browse the repository at this point in the history
  • Loading branch information
wahuneke authored and nicoddemus committed Oct 3, 2023
1 parent e8bc94c commit 718c27e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"github_button": "true",
"github_banner": "true",
"github_type": "star",
"badge_branch": "master",
"badge_branch": "main",
"page_width": "1080px",
"sidebar_width": "300px",
"fixed_sidebar": "false",
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1028,11 +1028,11 @@ Table of contents
.. _callbacks:
https://en.wikipedia.org/wiki/Callback_(computer_programming)
.. _tox test suite:
https://github.com/pytest-dev/pluggy/blob/master/tox.ini
https://github.com/pytest-dev/pluggy/blob/main/tox.ini
.. _Semantic Versioning:
https://semver.org/
.. _Python interpreters:
https://github.com/pytest-dev/pluggy/blob/master/tox.ini#L2
https://github.com/pytest-dev/pluggy/blob/main/tox.ini#L2
.. _500+ plugins:
https://docs.pytest.org/en/latest/reference/plugin_list.html
.. _pre-commit:
Expand Down

0 comments on commit 718c27e

Please sign in to comment.