Skip to content

Commit

Permalink
Merge pull request #3262 from nicoddemus/fix-tmpdir-docs
Browse files Browse the repository at this point in the history
Fix broken links in getting-started
  • Loading branch information
nicoddemus authored Feb 26, 2018
2 parents ae62ced + 39024a7 commit 44fa5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/en/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tmpdir handling>`_.
More info on tmpdir handling is available at :ref:`Temporary directories and files <tmpdir handling>`.

Find out what kind of builtin ```pytest`` fixtures <fixtures>`_ exist with the command::
Find out what kind of builtin :ref:`pytest fixtures <fixtures>` exist with the command::

pytest --fixtures # shows builtin and custom fixtures

Expand Down

0 comments on commit 44fa5a7

Please sign in to comment.