From 745fe741e51745934c5f51590b320a7659c77b8a Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 19 Sep 2024 12:35:34 +0300 Subject: [PATCH] docs: update hooks guide reference Signed-off-by: Emmanuel Ferdman --- docs/concepts/extension_points.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/extension_points.rst b/docs/concepts/extension_points.rst index d4e802baec0e..f6b06f7eddb4 100644 --- a/docs/concepts/extension_points.rst +++ b/docs/concepts/extension_points.rst @@ -159,7 +159,7 @@ Here are the different integration points that python plugins can use: .. _pluggable_override docstring: https://github.com/openedx/edx-django-utils/blob/master/edx_django_utils/plugins/pluggable_override.py .. _separate events library: https://github.com/eduNEXT/openedx-events/ .. _separate filters library: https://github.com/eduNEXT/openedx-filters/ -.. _hooks guide: https://github.com/openedx/edx-platform/blob/master/docs/guides/hooks/index.rst +.. _hooks guide: https://github.com/openedx/edx-platform/blob/master/docs/hooks/index.rst Platform Look & Feel ====================