Skip to content

Commit

Permalink
Fix some package links
Browse files Browse the repository at this point in the history
  • Loading branch information
buhtz authored and borntyping committed Jan 26, 2024
1 parent deaea10 commit 4625f8c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Log formatting with colors!

[![](https://img.shields.io/pypi/v/colorlog.svg)](https://pypi.org/project/colorlog/)
[![](https://img.shields.io/pypi/l/colorlog.svg)](https://pypi.org/project/colorlog/)
[![](https://img.shields.io/travis/borntyping/python-colorlog/master.svg)](https://travis-ci.org/borntyping/python-colorlog)

Add colours to the output of Python's `logging` module.

Expand Down Expand Up @@ -40,9 +39,9 @@ Install from PyPI with:
pip install colorlog
```

Several Linux distributions provide official packages ([Debian], [Fedora],
Several Linux distributions provide official packages ([Debian], [Arch], [Fedora],
[Gentoo], [OpenSuse] and [Ubuntu]), and others have user provided packages
([Arch AUR], [BSD ports], [Conda]).
([BSD ports], [Conda]).

Usage
-----
Expand Down Expand Up @@ -268,11 +267,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[addLevelName]: https://docs.python.org/3/library/logging.html#logging.addLevelName
[Formatter]: http://docs.python.org/3/library/logging.html#logging.Formatter
[tox]: http://tox.readthedocs.org/
[Arch AUR]: https://aur.archlinux.org/packages/python-colorlog/
[Arch]: https://archlinux.org/packages/extra/any/python-colorlog/
[BSD ports]: https://www.freshports.org/devel/py-colorlog/
[colorama]: https://pypi.python.org/pypi/colorama
[Conda]: https://anaconda.org/conda-forge/colorlog
[Debian]: https://packages.debian.org/buster/python3-colorlog
[Debian]: [https://packages.debian.org/buster/python3-colorlog](https://packages.debian.org/buster/python3-colorlog)
[Errbot]: http://errbot.io/
[Fedora]: https://src.fedoraproject.org/rpms/python-colorlog
[Gentoo]: https://packages.gentoo.org/packages/dev-python/colorlog
Expand Down

0 comments on commit 4625f8c

Please sign in to comment.