diff --git a/typo3/sysext/core/Documentation/Changelog/13.0/Important-102875-UpdatedDependencyDoctrineDBAL4.rst b/typo3/sysext/core/Documentation/Changelog/13.0/Important-102875-UpdatedDependencyDoctrineDBAL4.rst
index 0faeed39c18c3cd6abd9787b977c051f4ead6118..3b658beecb3c0afc30fd140c209e240081628de2 100644
--- a/typo3/sysext/core/Documentation/Changelog/13.0/Important-102875-UpdatedDependencyDoctrineDBAL4.rst
+++ b/typo3/sysext/core/Documentation/Changelog/13.0/Important-102875-UpdatedDependencyDoctrineDBAL4.rst
@@ -20,11 +20,11 @@ signature changes and removed methods are not mitigated and passed as breaking
 changes.
 
 Custom extensions using low-level Doctrine DBAL API and functionality
-directly need to adapt, see upgrade guides for Doctrine DBAL 4 on how
+directly need to adapt, consult the upgrade guides for Doctrine DBAL on how
 to migrate.
 
-See `Doctrine DBAL 4.x Upgrade Guide <https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md>`_
-and `Doctrine DBAL 4.x Upgrade Guide <https://github.com/doctrine/dbal/blob/3.8.x/UPGRADE.md>`_
+See `Doctrine DBAL 4.0 Upgrade Guide <https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md>`__
+and `Doctrine DBAL 3.8 Upgrade Guide <https://github.com/doctrine/dbal/blob/3.8.x/UPGRADE.md>`__
 for further information about Doctrine DBAL API changes and how to mitigate them.
 
 .. index:: Database, PHP-API, ext:core