We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c294e commit 4245383Copy full SHA for 4245383
.github/workflows/tox.yml
@@ -2,7 +2,7 @@ name: tox
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
pull_request:
7
8
concurrency:
docs/index.rst
@@ -13,7 +13,7 @@ IRC bot framework using mixins to provide commonly desired functionality.
13
:target: https://python-ib3.readthedocs.io
14
15
.. image:: https://img.shields.io/pypi/l/ib3.svg
16
- :target: https://github.com/bd808/python-ib3/blob/master/COPYING
+ :target: https://github.com/bd808/python-ib3/blob/main/COPYING
17
18
.. image:: https://img.shields.io/github/forks/bd808/python-ib3.svg?style=social&label=Fork
19
:target: https://github.com/bd808/python-ib3
0 commit comments