From d8532e79bd07c3f1fdf9c6ae39bf50ab057d5b21 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 13 Jul 2025 23:14:32 +0800 Subject: fix links --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d3a749f4..680552510 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ target("app") add_files("exe/*.cpp") ``` -For more WDK driver examples (UMDF/KMDF/WDM), please visit [WDK Program Examples](https://xmake.io/#/guide/project_examples?id=wdk-driver-program) +For more WDK driver examples (UMDF/KMDF/WDM), please visit [WDK Program Examples](https://xmake.io/examples/cpp/wdk.html) ### Darwin Applications diff --git a/README_zh.md b/README_zh.md index 93763f677..0099e3911 100644 --- a/README_zh.md +++ b/README_zh.md @@ -470,7 +470,7 @@ target("app") add_files("exe/*.cpp") ``` -更多WDK驱动程序例子(umdf/kmdf/wdm),见:[WDK工程例子](https://xmake.io/guide/project_examples?id=wdk%e9%a9%b1%e5%8a%a8%e7%a8%8b%e5%ba%8f) +更多WDK驱动程序例子(umdf/kmdf/wdm),见:[WDK工程例子](https://xmake.io/zh/examples/cpp/wdk.html) #### iOS/MacOS 应用程序 -- cgit v1.3.1