Skip to content

Commit

Permalink
Merge pull request #4988 from jdufresne/internal-link
Browse files Browse the repository at this point in the history
Fix internal Sphinx link to installation doc
  • Loading branch information
hugovk authored Oct 17, 2020
2 parents 7b80e69 + eb460a2 commit 9158037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/handbook/image-file-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
.. note::

To enable PNG support, you need to build and install the ZLIB compression
library before building the Python Imaging Library. See the `installation
documentation <../installation.html>`_ for details.
library before building the Python Imaging Library. See the
:doc:`installation documentation <../installation>` for details.

.. _apng-sequences:

Expand Down
7 changes: 3 additions & 4 deletions docs/releasenotes/4.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ Added Complex Text Rendering

Pillow now supports complex text rendering for scripts requiring glyph
composition and bidirectional flow. This optional feature adds three
dependencies: harfbuzz, fribidi, and raqm. See the `install
documentation <../installation.html>`_ for further details. This feature is
tested and works on Unix and Mac, but has not yet been built on Windows
platforms.
dependencies: harfbuzz, fribidi, and raqm. See the :doc:`install documentation
<../installation>` for further details. This feature is tested and works on
Unix and Mac, but has not yet been built on Windows platforms.

New Optional Parameters
=======================
Expand Down

0 comments on commit 9158037

Please sign in to comment.