From d8b6a22f5854f70f9b8420584ef36de196a93035 Mon Sep 17 00:00:00 2001 From: Mark van Lent Date: Tue, 20 Oct 2015 21:09:25 +0200 Subject: [PATCH] Fix duplicate target name "here". --- docs/scenarios/imaging.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/scenarios/imaging.rst b/docs/scenarios/imaging.rst index 421793a..7ae952d 100644 --- a/docs/scenarios/imaging.rst +++ b/docs/scenarios/imaging.rst @@ -20,8 +20,8 @@ Installation ~~~~~~~~~~~~ Before installing Pillow, you'll have to install Pillow's prerequisites. Find -the instructions for your platform -`here `_. +the instructions for your platform in the +`Pillow installation instructions `_. 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 `_. - - +There are more examples of the Pillow library in the +`Pillow tutorial `_.