From 7fca8c3f3e39583bc49f135eda82e1ac48b2cd3d Mon Sep 17 00:00:00 2001 From: Leon Matthes Date: Thu, 7 Aug 2025 10:47:39 +0200 Subject: [PATCH] Fix broken link in README Thank you for the notification @Staok Closes #108 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f0367..b435658 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ KDBindings requires a C++ compiler with C++17 support. Find more information at: -* [detailed browsable API reference](https://kdab.github.io/KDBindings/md__home_runner_work_KDBindings_KDBindings_docs_api_docs_getting_started_index.html) +* [detailed browsable API reference](https://kdab.github.io/KDBindings/pages.html) * [our assorted example programs](https://github.com/KDAB/KDBindings/blob/main/examples) ## Compatibility with Qt