From 10a8e3742b7834e816f6a2ce630b46533bcec357 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 9 Nov 2024 01:07:49 +0200 Subject: [PATCH] docs: update `wdk-macros-tests` references (#241) Signed-off-by: Emmanuel Ferdman Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com> --- tests/wdk-macros-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wdk-macros-tests/README.md b/tests/wdk-macros-tests/README.md index 0cf8ad47..3c6d82a0 100644 --- a/tests/wdk-macros-tests/README.md +++ b/tests/wdk-macros-tests/README.md @@ -1,6 +1,6 @@ # wdk-macros-tests -This crate allows for testing the `wdk-macros` crate, specifically containing tests for macro expansion and error handling. The tests are written using the `macrotest` and `trybuild` crates, and executed for specific wdk configurations in the [`config-kmdf`](./config-kmdf/) and [`config-umdf`](./config-umdf/) crate tests. +This crate allows for testing the `wdk-macros` crate, specifically containing tests for macro expansion and error handling. The tests are written using the `macrotest` and `trybuild` crates, and executed for specific wdk configurations in the [`config-kmdf`](../config-kmdf/) and [`config-umdf`](../config-umdf/) crate tests. ## Tests