From 242ee59885f459a554c367de60a371bb6074262b Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Thu, 4 Jul 2024 17:58:18 +0200 Subject: [PATCH] Changelog: Enclose complex URL in angle brackets Qt (or its MarkDown parser) cuts off the link before the .. Enclosing the URL in angle brackets helps with that and is also valid practice in MarkDown. Change-Id: I06e33ec9edb42f80cd020b9b65a7bc2a32345e75 Reviewed-by: Eike Ziller --- dist/changelog/changes-14.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/changelog/changes-14.0.0.md b/dist/changelog/changes-14.0.0.md index 69da2802309..639719e5ff3 100644 --- a/dist/changelog/changes-14.0.0.md +++ b/dist/changelog/changes-14.0.0.md @@ -7,7 +7,7 @@ The most important changes are listed in this document. For a complete list of changes, see the Git log for the Qt Creator sources that you can check out from the public Git repository or view online at -https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=13.0..v14.0.0 + General -------