diff options
Diffstat (limited to '')
-rw-r--r-- | utils/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/README.md b/utils/README.md index 44c326b..a106359 100644 --- a/utils/README.md +++ b/utils/README.md @@ -5,7 +5,7 @@ Usage examples of some of the drivers in this repository are also included. * [libservice](https://github.com/egor-tensin/windows_drivers/tree/master/utils/libservice) — a simple service management library. Also includes means of communicating with a driver via virtual devices. -* [libnt_path_converter](https://github.com/egor-tensin/windows_drivers/tree/master/utils/libnt_path_converter) — [nt_path_converter](https://github.com/egor-tensin/windows_drivers/src/nt_path_converter) usage examples. +* [libnt_path_converter](https://github.com/egor-tensin/windows_drivers/tree/master/utils/libnt_path_converter) — [nt_path_converter](https://github.com/egor-tensin/windows_drivers/tree/master/src/nt_path_converter) usage examples. ## Building |