Skip to content

Commit 6468faa

Browse files
committed
Rename default branch to main
1 parent c8f8fe7 commit 6468faa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.. image:: https://github.com/jugmac00/flask-reuploaded/actions/workflows/main.yml/badge.svg?branch=master
1+
.. image:: https://github.com/jugmac00/flask-reuploaded/actions/workflows/main.yml/badge.svg?branch=main
22
:target: https://github.com/jugmac00/flask-reuploaded/actions/workflows/main.yml
33
:alt: CI Status
44

5-
.. image:: https://coveralls.io/repos/github/jugmac00/flask-reuploaded/badge.svg?branch=master
6-
:target: https://coveralls.io/github/jugmac00/flask-reuploaded?branch=master
5+
.. image:: https://coveralls.io/repos/github/jugmac00/flask-reuploaded/badge.svg?branch=main
6+
:target: https://coveralls.io/github/jugmac00/flask-reuploaded?branch=main
77

88
.. image:: https://img.shields.io/pypi/v/flask-reuploaded
99
:alt: PyPI
@@ -14,7 +14,7 @@
1414
:target: https://pypi.org/project/Flask-Reuploaded/
1515

1616
.. image:: https://img.shields.io/pypi/l/flask-reuploaded
17-
:target: https://github.com/jugmac00/flask-reuploaded/blob/master/LICENSE
17+
:target: https://github.com/jugmac00/flask-reuploaded/blob/main/LICENSE
1818

1919

2020
Flask-Reuploaded
@@ -246,4 +246,4 @@ Contributions are more than welcome.
246246

247247
Please have a look at the `open issues <https://github.com/jugmac00/flask-reuploaded/issues>`_.
248248

249-
There is also a `short contributing guide <https://github.com/jugmac00/flask-reuploaded/blob/master/CONTRIBUTING.rst>`_.
249+
There is also a `short contributing guide <https://github.com/jugmac00/flask-reuploaded/blob/main/CONTRIBUTING.rst>`_.

docs/minimal_app.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Minimal Example Application
22
----------------------------
33

44
The Github repository contains an `examples` directory. Please take a look
5-
at it at `the examples <https://github.com/jugmac00/flask-reuploaded/tree/master/examples>`_
5+
at it at `the examples <https://github.com/jugmac00/flask-reuploaded/tree/main/examples>`_
66

77

88

0 commit comments

Comments
 (0)