summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-07-13 23:14:32 +0800
committerruki <[email protected]>2025-07-13 23:14:32 +0800
commitd8532e79bd07c3f1fdf9c6ae39bf50ab057d5b21 (patch)
tree47d5282c7dca0a5a8db02973eb714fa32943b902
parentdcbd3eb0f49d92d9d94a72f44a59b82f1f10b887 (diff)
fix links
-rw-r--r--README.md2
-rw-r--r--README_zh.md2
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 应用程序