From 2f4dfcc383d0753656459b9e849f471ffa0ba48b Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 7 Nov 2024 08:11:24 -0800 Subject: [PATCH] docs: update `wdk-macros-tests` references Signed-off-by: Emmanuel Ferdman --- 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