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 `_.