diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst
index c6a1a83144822e8993478d9c4aba21a645bab87b..590c286340b431663d0783e6e284c6438621c982 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst
@@ -27,7 +27,7 @@ configuration of :ref:`stdWrap <t3tsref:stdwrap-htmlparser>`:
 	}
 
 It is also possible to use it in the
-:ref:`HTMLparser_rte or HTMLparser_db <t3api:transformations-tsconfig-processing-htmlparser>`
+:ref:`HTMLparser_rte or HTMLparser_db <t3coreapi:transformations-tsconfig-processing-htmlparser>`
 in Page TSconfig:
 
 .. code-block:: typoscript
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst
index 9ad76f3251a0f5dfda4cfbe972c82b8265eb63af..71e8f4c8a2b028870ee8dc5e2377a48f99bd933b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst
@@ -1,10 +1,9 @@
-
 .. include:: ../../Includes.txt
 
 7.6.x Changes
 =============
 
-Important breaking changes after the 7.6 release.
+Changes after 7.6.0 LTS release.
 
 **Table of contents**
 
@@ -12,41 +11,33 @@ Important breaking changes after the 7.6 release.
    :local:
    :depth: 1
 
-7.6.11 Important Change
-^^^^^^^^^^^^^^^^^^^^^^^
 
-.. toctree::
-   :maxdepth: 1
-   :titlesonly:
-
-   Important-77411-RemovedExtbaseTableColumnCache
-
-7.6.10 Breaking Change / New Feature
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Breaking Changes
+^^^^^^^^^^^^^^^^
 
 .. toctree::
    :maxdepth: 1
    :titlesonly:
+   :glob:
 
-   Breaking-73461-ImportModuleDisabledForNonAdminUsers
-   Feature-73461-EnableImportModuleForNonAdminUsers
+   Breaking-*
 
-7.6.5 Breaking Change
-^^^^^^^^^^^^^^^^^^^^^
+Features
+^^^^^^^^
 
 .. toctree::
    :maxdepth: 1
    :titlesonly:
+   :glob:
 
-   Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed
-
+   Feature-*
 
-7.6.x Important Change
-^^^^^^^^^^^^^^^^^^^^^^
+Important
+^^^^^^^^^
 
 .. toctree::
    :maxdepth: 1
    :titlesonly:
+   :glob:
 
-   Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus
-   Important-75400-NewDataHandlerCommandCopyToLanguage
\ No newline at end of file
+   Important-*
diff --git a/typo3/sysext/core/Documentation/Settings.cfg b/typo3/sysext/core/Documentation/Settings.cfg
index 4245039dc8a32c16f84237f5209fc0f26f607ac7..3a5f63b716ed6b6ee611759652b1ad58cc9dde35 100644
--- a/typo3/sysext/core/Documentation/Settings.cfg
+++ b/typo3/sysext/core/Documentation/Settings.cfg
@@ -19,7 +19,7 @@ description = This documentation contains the changelog
 
 t3api         = https://typo3.org/api/typo3cms/
 # t3cgl         = https://docs.typo3.org/typo3cms/CodingGuidelinesReference/
-# t3coreapi     = https://docs.typo3.org/typo3cms/CoreApiReference/
+t3coreapi     = https://docs.typo3.org/typo3cms/CoreApiReference/
 # t3editors     = https://docs.typo3.org/typo3cms/EditorsTutorial/
 # t3extbasebook = https://docs.typo3.org/typo3cms/ExtbaseFluidBook/
 # t3fal         = https://docs.typo3.org/typo3cms/FileAbstractionLayerReference/