From 5387a7d250111056a98b23a8140fcbfe15817ece Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Tue, 21 Mar 2023 12:15:57 +0100 Subject: [PATCH] Rename default branch from master to main --- README.md | 6 +++--- docs/about.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cca434..ed9af65 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,6 @@ is free and open source software. [temporary-directories]: https://docs.pytest.org/en/latest/tmpdir.html#the-default-base-temporary-directory [tox]: https://pypi.org/project/tox/ [new-issue]: https://github.com/hackebrot/pytest-cookies/issues -[code-of-conduct]: https://github.com/hackebrot/pytest-cookies/blob/master/CODE_OF_CONDUCT.md -[community]: https://github.com/hackebrot/pytest-cookies/blob/master/COMMUNITY.md -[license]: https://github.com/hackebrot/pytest-cookies/blob/master/LICENSE +[code-of-conduct]: https://github.com/hackebrot/pytest-cookies/blob/main/CODE_OF_CONDUCT.md +[community]: https://github.com/hackebrot/pytest-cookies/blob/main/COMMUNITY.md +[license]: https://github.com/hackebrot/pytest-cookies/blob/main/LICENSE diff --git a/docs/about.md b/docs/about.md index d5e8992..6f5a001 100644 --- a/docs/about.md +++ b/docs/about.md @@ -19,5 +19,5 @@ and open source software [file an issue]: https://github.com/hackebrot/pytest-cookies/issues [tox]: https://tox.readthedocs.org/en/latest/ -[coc]: https://github.com/hackebrot/pytest-cookies/blob/master/CODE_OF_CONDUCT.md +[coc]: https://github.com/hackebrot/pytest-cookies/blob/main/CODE_OF_CONDUCT.md [MIT]: http://opensource.org/licenses/MIT