diff --git a/typo3/sysext/felogin/Documentation/Events/Index.rst b/typo3/sysext/felogin/Documentation/Events/Index.rst
index 0a5618926e17212f2f9425ace857980976913e34..7b38d45d111f078fcf355c57d555e3daabf1483d 100644
--- a/typo3/sysext/felogin/Documentation/Events/Index.rst
+++ b/typo3/sysext/felogin/Documentation/Events/Index.rst
@@ -3,49 +3,52 @@
 .. _psr14events:
 
 =============
-PSR-14 Events
+PSR-14 events
 =============
 
-The following PSR-14 Events are available to extend the extension:
+The following PSR-14 events are available to extend the extension:
 
 BeforeRedirectEvent
 ===================
 
 Notification before a redirect is made.
+:ref:`More details <t3coreapi:BeforeRedirectEvent>`
 
 LoginConfirmedEvent
 ===================
 
 A notification when a log in has successfully arrived at the plugin, via the
-view and the controller, multiple information can be overridden in Event
-Listeners.
+view and the controller, multiple information can be overridden in event
+listeners. :ref:`More details <t3coreapi:LoginConfirmedEvent>`
 
 LoginErrorOccurredEvent
 =======================
 
 A notification if something went wrong while trying to log in a user.
+:ref:`More details <t3coreapi:LoginErrorOccurredEvent>`
 
 LogoutConfirmedEvent
 ====================
 
 A notification when a log out has successfully arrived at the plugin, via
 the view and the controller, multiple information can be overridden in
-Event Listeners.
+event listeners. :ref:`More details <t3coreapi:LogoutConfirmedEvent>`
 
 ModifyLoginFormViewEvent
 ========================
 
 Allows to inject custom variables into the login form.
+:ref:`More details <t3coreapi:ModifyLoginFormViewEvent>`
 
 PasswordChangeEvent
 ===================
 
 Event that contains information about the password which was set,
 and is about to be stored in the database. Allows to mark the password
-as invalid.
+as invalid. :ref:`More details <t3coreapi:PasswordChangeEvent>`
 
 SendRecoveryEmailEvent
 ======================
 
 Event that contains the email to be sent to the user when they request a
-new password.
+new password. :ref:`More details <t3coreapi:SendRecoveryEmailEvent>`
diff --git a/typo3/sysext/felogin/Documentation/Settings.cfg b/typo3/sysext/felogin/Documentation/Settings.cfg
index 2be9289792976adf557552f744e827f731badfab..142eb4a7f90fa74fdcbb63a238dc6a0cc06aae05 100644
--- a/typo3/sysext/felogin/Documentation/Settings.cfg
+++ b/typo3/sysext/felogin/Documentation/Settings.cfg
@@ -30,7 +30,7 @@ use_opensearch       =
 # h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
 # t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
 # t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
-# t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
 # t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
 # t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
 # t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/