aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-13 18:18:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-13 18:18:00 +0300
commit6c46e738c09e83dd33d5672116667b190e3f0d20 (patch)
tree9f5ff793e1821c52169e6c1db18e57188d8d7eee
parentutils: README update (diff)
downloadwindows7-drivers-6c46e738c09e83dd33d5672116667b190e3f0d20.tar.gz
windows7-drivers-6c46e738c09e83dd33d5672116667b190e3f0d20.zip
utils: README update
-rw-r--r--utils/README.md2
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) &mdash; 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) &mdash; [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) &mdash; [nt_path_converter](https://github.com/egor-tensin/windows_drivers/tree/master/src/nt_path_converter) usage examples.
## Building