Skip to content

Commit 4625f8c

Browse files
buhtzborntyping
authored andcommitted
Fix some package links
1 parent deaea10 commit 4625f8c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Log formatting with colors!
33

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

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

@@ -40,9 +39,9 @@ Install from PyPI with:
4039
pip install colorlog
4140
```
4241

43-
Several Linux distributions provide official packages ([Debian], [Fedora],
42+
Several Linux distributions provide official packages ([Debian], [Arch], [Fedora],
4443
[Gentoo], [OpenSuse] and [Ubuntu]), and others have user provided packages
45-
([Arch AUR], [BSD ports], [Conda]).
44+
([BSD ports], [Conda]).
4645

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

0 commit comments

Comments
 (0)