diff options
| -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 应用程序 |
