From 39024a7536b09dd5cf7113f327142291fc8dd265 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 26 Feb 2018 10:56:27 -0300 Subject: [PATCH] Fix broken links in getting-started Fix #3256 --- doc/en/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index 4a72844801a..31af29da8ee 100644 --- a/doc/en/getting-started.rst +++ b/doc/en/getting-started.rst @@ -160,9 +160,9 @@ List the name ``tmpdir`` in the test function signature and ``pytest`` will look PYTEST_TMPDIR/test_needsfiles0 1 failed in 0.12 seconds -More info on tmpdir handling is available at `Temporary directories and files `_. +More info on tmpdir handling is available at :ref:`Temporary directories and files `. -Find out what kind of builtin ```pytest`` fixtures `_ exist with the command:: +Find out what kind of builtin :ref:`pytest fixtures ` exist with the command:: pytest --fixtures # shows builtin and custom fixtures