From 0d4b33a7692770c9c1411ea30250597eb679ad0f Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 3 Sep 2024 09:57:27 +0200 Subject: [PATCH] Doc: Fix link formatting The end bracket was missing. Change-Id: I88b01a8a725306312c961b687bca48281fe3c010 Reviewed-by: Marcus Tillmanns --- share/qtcreator/lua-plugins/ai_asistant/ai_asistant.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/lua-plugins/ai_asistant/ai_asistant.lua b/share/qtcreator/lua-plugins/ai_asistant/ai_asistant.lua index d5b58e3ac13..1ff9a885d57 100644 --- a/share/qtcreator/lua-plugins/ai_asistant/ai_asistant.lua +++ b/share/qtcreator/lua-plugins/ai_asistant/ai_asistant.lua @@ -105,7 +105,7 @@ To write test cases with Qt AI Assistant: Qt AI Assistant generates a test case in [Qt Test](https://doc.qt.io/qt-6/qttest-index.html) format that you can copy and paste to your -[Qt test project](https://doc.qt.io/qtcreator/creator-how-to-create-qt-tests.html. +[Qt test project](https://doc.qt.io/qtcreator/creator-how-to-create-qt-tests.html). ]], Dependencies = { { Id = "lua", Version = "14.0.0" },