From 0b8a91b8584690fa7e0230f58ebe468c3b0782b8 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 26 Jul 2016 20:20:22 -0300 Subject: [PATCH] Fix pdf links in the documentation Fix #1436 --- doc/en/contents.rst | 2 +- doc/en/getting-started.rst | 2 +- doc/en/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/contents.rst b/doc/en/contents.rst index 4e94f4ade..23721d445 100644 --- a/doc/en/contents.rst +++ b/doc/en/contents.rst @@ -3,7 +3,7 @@ Full pytest documentation =========================== -`Download latest version as PDF `_ +`Download latest version as PDF `_ .. `Download latest version as EPUB `_ diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index 0372f7f3b..d4e217f88 100644 --- a/doc/en/getting-started.rst +++ b/doc/en/getting-started.rst @@ -11,7 +11,7 @@ Installation and Getting Started `colorama (Windows) `_, `argparse (py26) `_. -**documentation as PDF**: `download latest `_ +**documentation as PDF**: `download latest `_ .. _`getstarted`: .. _installation: diff --git a/doc/en/index.rst b/doc/en/index.rst index 04b4512da..94fe90749 100644 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -10,7 +10,7 @@ pytest: helps you write better programs - free and open source software, distributed under the terms of the :ref:`MIT license ` - **well tested** with more than a thousand tests against itself - **strict backward compatibility policy** for safe pytest upgrades - - :ref:`comprehensive online ` and `PDF documentation `_ + - :ref:`comprehensive online ` and `PDF documentation `_ - many :ref:`third party plugins ` and :ref:`builtin helpers `, - used in :ref:`many small and large projects and organisations ` - comes with many :ref:`tested examples `