Skip to content

Commit e1e01d5

Browse files
committed
Update PyPI base URL
1 parent 57eeb65 commit e1e01d5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ changes during merging:
771771
- Vim syntax mode for colored logs!
772772

773773
.. _Release 0.2: https://github.com/xolox/python-coloredlogs/compare/0.1...0.2
774-
.. _verboselogs: https://pypi.python.org/pypi/verboselogs
774+
.. _verboselogs: https://pypi.org/project/verboselogs
775775

776776
`Release 0.1`_ (2013-05-16)
777777
---------------------------

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module. The ColoredFormatter_ class inherits from `logging.Formatter`_ and uses
1313
standard colors so it should work on any UNIX terminal. It's currently tested
1414
on Python 2.7, 3.5+ and PyPy. On Windows `coloredlogs` automatically tries to
1515
enable native ANSI support (on up-to-date Windows 10 installations) and falls
16-
back on using Colorama_ (if installed). Here is a screen shot of the demo that
16+
back on using colorama_ (if installed). Here is a screen shot of the demo that
1717
is printed when the command ``coloredlogs --demo`` is executed:
1818

1919
.. image:: https://coloredlogs.readthedocs.io/en/latest/_images/defaults.png
@@ -46,13 +46,13 @@ Optional dependencies
4646
~~~~~~~~~~~~~~~~~~~~~
4747

4848
Native ANSI support on Windows requires an up-to-date Windows 10 installation.
49-
If this is not working for you then consider installing the Colorama_ package:
49+
If this is not working for you then consider installing the colorama_ package:
5050

5151
.. code-block:: console
5252
5353
$ pip install colorama
5454
55-
Once Colorama_ is installed it will be used automatically.
55+
Once colorama_ is installed it will be used automatically.
5656

5757
Usage
5858
-----
@@ -217,9 +217,9 @@ This software is licensed under the `MIT license`_.
217217
.. _#16: https://github.com/xolox/python-coloredlogs/issues/16
218218
.. _#45: https://github.com/xolox/python-coloredlogs/issues/45
219219
.. _ANSI escape sequences: https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
220-
.. _capturer: https://pypi.python.org/pypi/capturer
220+
.. _capturer: https://pypi.org/project/capturer
221221
.. _changelog: https://coloredlogs.readthedocs.org/en/latest/changelog.html
222-
.. _Colorama: https://pypi.python.org/pypi/colorama
222+
.. _colorama: https://pypi.org/project/colorama
223223
.. _ColoredCronMailer: https://coloredlogs.readthedocs.io/en/latest/api.html#coloredlogs.converter.ColoredCronMailer
224224
.. _ColoredFormatter: https://coloredlogs.readthedocs.io/en/latest/api.html#coloredlogs.ColoredFormatter
225225
.. _coloredlogs.install(): https://coloredlogs.readthedocs.io/en/latest/api.html#coloredlogs.install
@@ -233,10 +233,10 @@ This software is licensed under the `MIT license`_.
233233
.. _online documentation: https://coloredlogs.readthedocs.io/
234234
.. _per user site-packages directory: https://www.python.org/dev/peps/pep-0370/
235235
.. _peter@peterodding.com: peter@peterodding.com
236-
.. _PyPI: https://pypi.python.org/pypi/coloredlogs
236+
.. _PyPI: https://pypi.org/project/coloredlogs
237237
.. _release 3.0: https://coloredlogs.readthedocs.io/en/latest/changelog.html#release-3-0-2015-10-23
238238
.. _release 7.1: https://coloredlogs.readthedocs.io/en/latest/changelog.html#release-7-1-2017-07-15
239239
.. _release 9.3: https://coloredlogs.readthedocs.io/en/latest/changelog.html#release-9-3-2018-04-29
240240
.. _to include 'msecs': https://stackoverflow.com/questions/6290739/python-logging-use-milliseconds-in-time-format
241-
.. _verboselogs: https://pypi.python.org/pypi/verboselogs
241+
.. _verboselogs: https://pypi.org/project/verboselogs
242242
.. _virtual environments: http://docs.python-guide.org/en/latest/dev/virtualenvs/

0 commit comments

Comments
 (0)