diff options
| author | ruki <[email protected]> | 2025-07-13 23:14:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-13 23:14:32 +0800 |
| commit | d8532e79bd07c3f1fdf9c6ae39bf50ab057d5b21 (patch) | |
| tree | 47d5282c7dca0a5a8db02973eb714fa32943b902 | |
| parent | dcbd3eb0f49d92d9d94a72f44a59b82f1f10b887 (diff) | |
fix links
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 应用程序 |
