From b3af5b8cc8a7093c39ad0a66b47c8214e7d1e8aa Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 26 Aug 2024 13:21:29 +0200 Subject: [PATCH] docs used /qt/ vs /qt-6/ links [skip ci] --- docs/dependencies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dependencies.mdx b/docs/dependencies.mdx index 9953a922e..316e8fd90 100644 --- a/docs/dependencies.mdx +++ b/docs/dependencies.mdx @@ -16,7 +16,7 @@ The Qt framework version used during development was ~5.15.2~ and >=6.2. ##### Required - minimum ISO C++ standard is C++20 -- >= [Qt Framework 6.2](https://www.qt.io/download-qt-installer) - [`QtCore`](https://doc.qt.io/qt-6/qtcore-module.html) and [`QtSql`](https://doc.qt.io/qt-6/qtsql-index.html) modules +- >= [Qt Framework 6.2](https://www.qt.io/download-qt-installer) - [`QtCore`](https://doc.qt.io/qt/qtcore-module.html) and [`QtSql`](https://doc.qt.io/qt/qtsql-index.html) modules - >= [range-v3 0.11.0](https://github.com/ericniebler/range-v3) - [tabulate](https://github.com/p-ranav/tabulate)