Skip to content

Commit 3f46315

Browse files
Remove link to non-existing anchor
1 parent e03b8b9 commit 3f46315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The first test passed and the second failed. You can easily see the intermediate
142142
Request a unique temporary directory for functional tests
143143
--------------------------------------------------------------
144144

145-
``pytest`` provides `Builtin fixtures/function arguments <https://docs.pytest.org/en/latest/builtin.html#builtinfixtures>`_ to request arbitrary resources, like a unique temporary directory::
145+
``pytest`` provides `Builtin fixtures/function arguments <https://docs.pytest.org/en/latest/builtin.html>`_ to request arbitrary resources, like a unique temporary directory::
146146

147147
# content of test_tmpdir.py
148148
def test_needsfiles(tmpdir):

0 commit comments

Comments
 (0)