summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-08-28 17:04:24 -0700
committerSeth Michael Larson <sethmichaellarson@gmail.com>2019-08-28 19:04:24 -0500
commit67715fd1e1e45d2d1b3d49d8519a1b98e0ac307c (patch)
treee7df481a1fb14f33950abec1797c2fef5a1a2d4a
parent17e5fbd4ad280ab47243e4d008ca4a4687111cef (diff)
downloadurllib3-67715fd1e1e45d2d1b3d49d8519a1b98e0ac307c.tar.gz
Update URL python/black → psf/black (#1661)
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ab8988ae..9df08e5f 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ urllib3
.. image:: https://readthedocs.org/projects/urllib3/badge/?version=latest
:alt: Documentation Status
:target: https://urllib3.readthedocs.io/en/latest/
-
+
.. image:: https://img.shields.io/codecov/c/github/urllib3/urllib3.svg
:alt: Coverage Status
:target: https://codecov.io/gh/urllib3/urllib3
@@ -30,7 +30,7 @@ urllib3
:target: https://tidelift.com/subscription/pkg/pypi-urllib3?utm_source=pypi-urllib3&utm_medium=referral&utm_campaign=docs
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
- :target: https://github.com/python/black
+ :target: https://github.com/psf/black
urllib3 is a powerful, *sanity-friendly* HTTP client for Python. Much of the
Python ecosystem already uses urllib3 and you should too.