Skip to content

Commit fa735f2

Browse files
committed
switch default branch master -> main
1 parent fc10d06 commit fa735f2

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[![PyPI status](https://img.shields.io/pypi/status/django-polymorphic.svg)](https://pypi.python.org/pypi/django-polymorphic)
99
[![PyPI - Types](https://img.shields.io/pypi/types/django-polymorphic.svg)](https://pypi.python.org/pypi/django-polymorphic)
1010
[![Documentation Status](https://readthedocs.org/projects/django-polymorphic/badge/?version=latest)](http://django-polymorphic.readthedocs.io/?badge=latest/)
11-
[![Code Cov](https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master.svg)](https://codecov.io/github/jazzband/django-polymorphic?branch=master)
12-
[![Test Status](https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml?query=branch:master)
13-
[![Lint Status](https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml?query=branch:master)
11+
[![Code Cov](https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/main.svg)](https://codecov.io/github/jazzband/django-polymorphic?branch=main)
12+
[![Test Status](https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml?query=branch:main)
13+
[![Lint Status](https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml?query=branch:main)
1414
[![Published on Django Packages](https://img.shields.io/badge/Published%20on-Django%20Packages-0c3c26)](https://djangopackages.org/packages/p/django-polymorphic/)
1515
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/jazzband/django-polymorphic/badge)](https://securityscorecards.dev/viewer/?uri=github.com/jazzband/django-polymorphic)
1616
[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
html_theme = "furo"
106106
html_theme_options = {
107107
"source_repository": "https://github.com/jazzband/django-polymorphic/",
108-
"source_branch": "master",
108+
"source_branch": "main",
109109
"source_directory": "docs",
110110
}
111111

docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ django-polymorphic
3535
:target: http://django-polymorphic.readthedocs.io/?badge=latest/
3636
:alt: Documentation Status
3737

38-
.. image:: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master.svg
39-
:target: https://codecov.io/github/jazzband/django-polymorphic?branch=master
38+
.. image:: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/main.svg
39+
:target: https://codecov.io/github/jazzband/django-polymorphic?branch=main
4040
:alt: Code Coverage
4141

42-
.. image:: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg?branch=master
43-
:target: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml?query=branch:master
42+
.. image:: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg?branch=main
43+
:target: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml?query=branch:main
4444
:alt: Test Status
4545

46-
.. image:: https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml/badge.svg?branch=master
47-
:target: https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml?query=branch:master
46+
.. image:: https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml/badge.svg?branch=main
47+
:target: https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml?query=branch:main
4848
:alt: Lint Status
4949

5050
.. image:: https://img.shields.io/badge/Published%20on-Django%20Packages-0c3c26

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
]
5858

5959
[project.urls]
60-
"Download" = "https://github.com/jazzband/django-polymorphic/tarball/master"
60+
"Download" = "https://github.com/jazzband/django-polymorphic/tarball/main"
6161
"Documentation" = "https://django-polymorphic.readthedocs.io"
6262
"Homepage" = "https://github.com/jazzband/django-polymorphic"
6363
"Repository" = "https://github.com/jazzband/django-polymorphic"

0 commit comments

Comments
 (0)