From 58750f57658d1a66b95a13aaf1b217e28c0682c1 Mon Sep 17 00:00:00 2001 From: Wes Thomas Date: Thu, 11 May 2017 15:29:39 -0500 Subject: [PATCH] Correcting broken URI in documentation. --- xdist/newhooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdist/newhooks.py b/xdist/newhooks.py index 364fb36..7d8007f 100644 --- a/xdist/newhooks.py +++ b/xdist/newhooks.py @@ -9,7 +9,7 @@ with the worker instance that executed the hook originally: You can use this hooks just as you would use normal pytest hooks, but some care must be taken in plugins in case ``xdist`` is not installed. Please see: - http://pytest.org/latest/writing_plugins.html#optionally-using-hooks-from-3rd-party-plugins + http://pytest.org/en/latest/writing_plugins.html#optionally-using-hooks-from-3rd-party-plugins """ import pytest