aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--um/README.md (renamed from utils/README.md)6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/README.md b/um/README.md
index 1579471..f18091a 100644
--- a/utils/README.md
+++ b/um/README.md
@@ -9,9 +9,9 @@ A couple of usage examples are included along with the drivers.
[libservice]: libservice/README.md
[libsimple]: libsimple/README.md
-[simple]: ../src/simple
+[simple]: ../km/src/simple
[libnt_path_converter]: libnt_path_converter/README.md
-[nt_path_converter]: ../src/nt_path_converter
+[nt_path_converter]: ../km/src/special/nt_path_converter
Building the utilities
----------------------
@@ -24,7 +24,7 @@ x86):
> cd
C:\workspace\build\windows7-drivers
- > cmake -G "Visual Studio 12 2013" C:\workspace\personal\windows7-drivers\utils
+ > cmake -G "Visual Studio 12 2013" C:\workspace\personal\windows7-drivers\um
...
> msbuild windows7_drivers_utils.sln