diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-13 18:18:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-13 18:18:00 +0300 |
commit | 6c46e738c09e83dd33d5672116667b190e3f0d20 (patch) | |
tree | 9f5ff793e1821c52169e6c1db18e57188d8d7eee /utils/README.md | |
parent | utils: README update (diff) | |
download | windows7-drivers-6c46e738c09e83dd33d5672116667b190e3f0d20.tar.gz windows7-drivers-6c46e738c09e83dd33d5672116667b190e3f0d20.zip |
utils: README update
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 |