From 6db5c2091cc3b8a5b1b77dc6fa141d2c44e01f8d Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 21 Oct 2018 16:21:16 +0200 Subject: [PATCH] Fix broken links in various files --- CHANGES | 7 ++++--- docs/hacking.rst | 2 +- docs/install.rst | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index a94af4db..3c4e622c 100644 --- a/CHANGES +++ b/CHANGES @@ -744,7 +744,7 @@ Released on 2013-02-27. - Correctly trim whitespace at the end of lines. - Fix some cases with floats within inline content. -.. _text hyphenation: http://weasyprint.org/docs/features/#hyphenation +.. _text hyphenation: https://weasyprint.readthedocs.io/en/latest/features.html#css-text-module-level-3-4 Version 0.16 @@ -937,8 +937,9 @@ Version 0.6 Released on 2012-02-29. -* *Backward incompatible*: completely change the Python API. - See the documentation: http://weasyprint.org/using/#as-a-python-library +* *Backward incompatible*: completely change the Python API. See the + documentation: + https://weasyprint.readthedocs.io/en/latest/tutorial.html#as-a-python-library * *Backward incompatible*: Proper margin collapsing. This changes how blocks are rendered: adjoining margins "collapse" (their maximum is used) instead of accumulating. diff --git a/docs/hacking.rst b/docs/hacking.rst index 01a82ea5..8b48b218 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -55,7 +55,7 @@ Dive into the source The rest of this document is a high-level overview of WeasyPrint’s source code. For more details, see the various docstrings or even the code itself. -When in doubt, feel free to `ask `_! +When in doubt, feel free to `ask `_! Much like `in web browsers `_, diff --git a/docs/install.rst b/docs/install.rst index 46d8ee09..be0d8b29 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -67,7 +67,7 @@ and open your browser at http://127.0.0.1:5000/. Read more :ref:`in the tutorial If everything goes well, you’re ready to :doc:`start using ` WeasyPrint! Otherwise, please copy the full error message and -`report the problem `_. +`report the problem `_. .. [#] cairo ≥ 1.15 is best but older versions may work too. The test suite passes on cairo 1.12 and 1.14, and passes with some tests marked as @@ -93,7 +93,7 @@ CFFI needs *libffi* with development files. On Debian, the package is called You should use Python 3 instead of Python 2. Seriously. If your favorite system is not listed here but you know the package names, -`tell us `_ so we can add it here. +`tell us `_ so we can add it here. Debian / Ubuntu ~~~~~~~~~~~~~~~