Fix duplicate target name "here".

This commit is contained in:
Mark van Lent
2015-10-20 21:09:25 +02:00
parent 25c0331da8
commit d8b6a22f58
+4 -6
View File
@@ -20,8 +20,8 @@ Installation
~~~~~~~~~~~~
Before installing Pillow, you'll have to install Pillow's prerequisites. Find
the instructions for your platform
`here <https://pillow.readthedocs.org/en/3.0.0/installation.html>`_.
the instructions for your platform in the
`Pillow installation instructions <https://pillow.readthedocs.org/en/3.0.0/installation.html>`_.
After that, it's straightforward:
@@ -53,7 +53,5 @@ Example
exif_data = im._getexif()
exif_data
There are more examples of the Pillow library
`here <http://pillow.readthedocs.org/en/3.0.x/handbook/tutorial.html>`_.
There are more examples of the Pillow library in the
`Pillow tutorial <http://pillow.readthedocs.org/en/3.0.x/handbook/tutorial.html>`_.