From 5c78a714143923d2e8c3299b295e791e7482ffcf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chris=20M=C3=BCller?= <typo3@krue.ml>
Date: Sun, 18 Feb 2024 11:23:47 +0100
Subject: [PATCH] [DOCS] Adjust link to Doctrine DBAL upgrade guide in
 changelog
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Additionally, avoid double "see" in consecutive sentences.

Resolves: #103146
Related: #102875
Releases: main
Change-Id: If01e516c07c523dbb4dc7b6acb9cf487c4e6edf0
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83030
Tested-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Garvin Hicking <gh@faktor-e.de>
---
 .../Important-102875-UpdatedDependencyDoctrineDBAL4.rst     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 0faeed39c18c..3b658beecb3c 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
-- 
GitLab