From b17011d098e8090ae349709efc17fd90743aa748 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 9 Jan 2024 17:34:16 -0300 Subject: [PATCH] Fix link to socketserver.py in the docs Fix #1001 --- docs/remote.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/remote.rst b/docs/remote.rst index 6f976d5..f42fb81 100644 --- a/docs/remote.rst +++ b/docs/remote.rst @@ -83,4 +83,4 @@ at once. The specifications strings use the `xspec syntax`_. .. _`execnet`: https://codespeak.net/execnet -.. _`socketserver.py`: https://raw.githubusercontent.com/pytest-dev/execnet/master/execnet/script/socketserver.py +.. _`socketserver.py`: https://raw.githubusercontent.com/pytest-dev/execnet/master/src/execnet/script/socketserver.py