From 86f70f520135b75a3e132f1e4aeb21c19b4a94f6 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 6 Sep 2013 12:16:05 +0200 Subject: [PATCH] fix issue352: fix reference to py.path.local description in tmpdir documentation (generally to be found at http://pytest.org/latest/tmpdir.html ) --- doc/en/tmpdir.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/tmpdir.txt b/doc/en/tmpdir.txt index 519a1a348..531b3433a 100644 --- a/doc/en/tmpdir.txt +++ b/doc/en/tmpdir.txt @@ -68,6 +68,6 @@ When distributing tests on the local machine, ``py.test`` takes care to configure a basetemp directory for the sub processes such that all temporary data lands below a single per-test run basetemp directory. -.. _`py.path.local`: http://py.rtfd.org/path.html +.. _`py.path.local`: http://py.rtfd.org/en/latest/path.html