Skip to content

Commit cd412aa

Browse files
committed
Rename master branch to main
1 parent c5f80d1 commit cd412aa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ vdirsyncer
66
:target: https://builds.sr.ht/~whynothugo/vdirsyncer
77
:alt: CI status
88

9-
.. image:: https://codecov.io/github/pimutils/vdirsyncer/coverage.svg?branch=master
10-
:target: https://codecov.io/github/pimutils/vdirsyncer?branch=master
9+
.. image:: https://codecov.io/github/pimutils/vdirsyncer/coverage.svg?branch=main
10+
:target: https://codecov.io/github/pimutils/vdirsyncer?branch=main
1111
:alt: Codecov coverage report
1212

1313
.. image:: https://readthedocs.org/projects/vdirsyncer/badge/
@@ -23,7 +23,7 @@ vdirsyncer
2323
:alt: Debian packages
2424

2525
.. image:: https://img.shields.io/pypi/l/vdirsyncer.svg
26-
:target: https://github.com/pimutils/vdirsyncer/blob/master/LICENCE
26+
:target: https://github.com/pimutils/vdirsyncer/blob/main/LICENCE
2727
:alt: licence: BSD
2828

2929
- `Documentation <https://vdirsyncer.pimutils.org/en/stable/>`_

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Configuration
1616
.. note::
1717

1818
- The `config.example from the repository
19-
<https://github.com/pimutils/vdirsyncer/blob/master/config.example>`_
19+
<https://github.com/pimutils/vdirsyncer/blob/main/config.example>`_
2020
contains a very terse version of this.
2121

2222
- In this example we set up contacts synchronization, but calendar sync

docs/tutorials/systemd-timer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ minutes).
1313
unit files, you'll need to download vdirsyncer.service_ and vdirsyncer.timer_
1414
into either ``/etc/systemd/user/`` or ``~/.local/share/systemd/user``.
1515

16-
.. _vdirsyncer.service: https://raw.githubusercontent.com/pimutils/vdirsyncer/master/contrib/vdirsyncer.service
17-
.. _vdirsyncer.timer: https://raw.githubusercontent.com/pimutils/vdirsyncer/master/contrib/vdirsyncer.timer
16+
.. _vdirsyncer.service: https://raw.githubusercontent.com/pimutils/vdirsyncer/main/contrib/vdirsyncer.service
17+
.. _vdirsyncer.timer: https://raw.githubusercontent.com/pimutils/vdirsyncer/main/contrib/vdirsyncer.timer
1818

1919
Activation
2020
----------

0 commit comments

Comments
 (0)