summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2021-08-13 10:18:45 +0100
committerGitHub <noreply@github.com>2021-08-13 10:18:45 +0100
commit2e562d44c5fbee4853448fb0d9b06d2d9a4417d7 (patch)
treeb295eac13a24fe2f09d72281e8890284f8250fce
parent26dd16ca648bb0b1c7fc273ea940cf531ed42bd5 (diff)
downloadpluggy-2e562d44c5fbee4853448fb0d9b06d2d9a4417d7.tar.gz
Fix link to "hook function ordering"
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 5559156..5f5cb56 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -940,7 +940,7 @@ Table of contents
.. _hookwrapper:
http://doc.pytest.org/en/latest/writing_plugins.html#hookwrapper-executing-around-other-hooks
.. _hook function ordering:
- http://doc.pytest.org/en/latest/writing_plugins.html#hook-function-ordering-call-example
+ https://doc.pytest.org/en/latest/how-to/writing_hook_functions.html#hook-function-ordering-call-example
.. _request-response pattern:
https://en.wikipedia.org/wiki/Request%E2%80%93response
.. _publish-subscribe: