Skip to content

Commit 0b8a91b

Browse files
committed
Fix pdf links in the documentation
Fix #1436
1 parent d911bfc commit 0b8a91b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/en/contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Full pytest documentation
44
===========================
55

6-
`Download latest version as PDF <pytest.pdf>`_
6+
`Download latest version as PDF <https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf>`_
77

88
.. `Download latest version as EPUB <http://media.readthedocs.org/epub/pytest/latest/pytest.epub>`_
99

doc/en/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Installation and Getting Started
1111
`colorama (Windows) <http://pypi.python.org/pypi/colorama>`_,
1212
`argparse (py26) <http://pypi.python.org/pypi/argparse>`_.
1313

14-
**documentation as PDF**: `download latest <http://pytest.org/latest/pytest.pdf>`_
14+
**documentation as PDF**: `download latest <https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf>`_
1515

1616
.. _`getstarted`:
1717
.. _installation:

doc/en/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pytest: helps you write better programs
1010
- free and open source software, distributed under the terms of the :ref:`MIT license <license>`
1111
- **well tested** with more than a thousand tests against itself
1212
- **strict backward compatibility policy** for safe pytest upgrades
13-
- :ref:`comprehensive online <toc>` and `PDF documentation <pytest.pdf>`_
13+
- :ref:`comprehensive online <toc>` and `PDF documentation <https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf>`_
1414
- many :ref:`third party plugins <extplugins>` and :ref:`builtin helpers <pytest helpers>`,
1515
- used in :ref:`many small and large projects and organisations <projects>`
1616
- comes with many :ref:`tested examples <examples>`

0 commit comments

Comments
 (0)