From ca7ac42de371e8d5a64c2b9ed568d1c430682920 Mon Sep 17 00:00:00 2001
From: Lina Wolf <noreply@example.com>
Date: Mon, 29 Aug 2022 06:49:50 +0000
Subject: [PATCH] [DOCS] Fix links to Events

Releases: main, 11.5
Resolves: #98219
Change-Id: Ib60a14ff4a80eb4333187d3eff4ebf2a0262383d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75559
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Lina Wolf <112@linawolf.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Lina Wolf <112@linawolf.de>
---
 .../linkvalidator/Documentation/Development/Api/Index.rst     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typo3/sysext/linkvalidator/Documentation/Development/Api/Index.rst b/typo3/sysext/linkvalidator/Documentation/Development/Api/Index.rst
index 14a0fa840a2c..d2332f156cb8 100644
--- a/typo3/sysext/linkvalidator/Documentation/Development/Api/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/Development/Api/Index.rst
@@ -15,5 +15,5 @@ of third party extensions. For the complete API have a look into the code.
     AbstractLinktype
     LinktypeInterface
     LinkAnalyzerResult
-    BeforeRecordIsAnalyzedEvent <https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Hooks/Events/Linkvalidator/BeforeRecordIsAnalyzedEvent.html>
-    ModifyValidatorTaskEmailEvent <https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Hooks/Events/Linkvalidator/ModifyValidatorTaskEmailEvent.html>
+    BeforeRecordIsAnalyzedEvent <https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Events/Events/Linkvalidator/BeforeRecordIsAnalyzedEvent.html>
+    ModifyValidatorTaskEmailEvent <https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Events/Events/Linkvalidator/ModifyValidatorTaskEmailEvent.html>
-- 
GitLab