Skip to content

Commit de564ab

Browse files
authored
Merge pull request #7703 from nulano/pypi-link
2 parents a786a05 + bb85558 commit de564ab

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ As of 2019, Pillow development is
6565
<a href="https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=badge"><img
6666
alt="Tidelift"
6767
src="https://tidelift.com/badges/package/pypi/Pillow?style=flat"></a>
68-
<a href="https://pypi.org/project/Pillow/"><img
68+
<a href="https://pypi.org/project/pillow/"><img
6969
alt="Newest PyPI version"
7070
src="https://img.shields.io/pypi/v/pillow.svg"></a>
71-
<a href="https://pypi.org/project/Pillow/"><img
71+
<a href="https://pypi.org/project/pillow/"><img
7272
alt="Number of PyPI downloads"
7373
src="https://img.shields.io/pypi/dm/pillow.svg"></a>
7474
<a href="https://www.bestpractices.dev/projects/6331"><img

docs/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The fork author's goal is to foster and support active development of PIL throug
1313
.. _GitHub Actions: https://github.com/python-pillow/Pillow/actions
1414
.. _AppVeyor: https://ci.appveyor.com/project/Python-pillow/pillow
1515
.. _GitHub: https://github.com/python-pillow/Pillow
16-
.. _Python Package Index: https://pypi.org/project/Pillow/
16+
.. _Python Package Index: https://pypi.org/project/pillow/
1717

1818
License
1919
-------

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Pillow for enterprise is available via the Tidelift Subscription. `Learn more <h
5858
:alt: Fuzzing Status
5959

6060
.. image:: https://img.shields.io/pypi/v/pillow.svg
61-
:target: https://pypi.org/project/Pillow/
61+
:target: https://pypi.org/project/pillow/
6262
:alt: Latest PyPI version
6363

6464
.. image:: https://img.shields.io/pypi/dm/pillow.svg
65-
:target: https://pypi.org/project/Pillow/
65+
:target: https://pypi.org/project/pillow/
6666
:alt: Number of PyPI downloads
6767

6868
.. image:: https://www.bestpractices.dev/projects/6331/badge

docs/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ After navigating to the Pillow directory, run::
385385
python3 -m pip install --upgrade pip
386386
python3 -m pip install .
387387

388-
.. _compressed archive from PyPI: https://pypi.org/project/Pillow/#files
388+
.. _compressed archive from PyPI: https://pypi.org/project/pillow/#files
389389

390390
Build Options
391391
"""""""""""""
@@ -602,5 +602,5 @@ Old Versions
602602
------------
603603

604604
You can download old distributions from the `release history at PyPI
605-
<https://pypi.org/project/Pillow/#history>`_ and by direct URL access
606-
eg. https://pypi.org/project/Pillow/1.0/.
605+
<https://pypi.org/project/pillow/#history>`_ and by direct URL access
606+
eg. https://pypi.org/project/pillow/1.0/.

0 commit comments

Comments
 (0)