aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Müller <mail@mueller-martin.net>2019-01-15 17:22:33 +0100
committerMartin Müller <mail@mueller-martin.net>2019-01-15 17:22:33 +0100
commit2ef9e671db433720c1f9690a0bccdf36d5aff3b0 (patch)
tree51909d3b33d0f631c0312516917dd1133996de35
parent6bd77fce8400ecf531a4f7ff56431010b6bbb6f1 (diff)
downloadlibnitrokey-2ef9e671db433720c1f9690a0bccdf36d5aff3b0.tar.gz
libnitrokey-2ef9e671db433720c1f9690a0bccdf36d5aff3b0.tar.bz2
Fix links to header files in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b6b8d9..9088d86 100644
--- a/README.md
+++ b/README.md
@@ -164,7 +164,7 @@ All available functions for C and Python are listed in [NK_C_API.h](NK_C_API.h).
## Documentation
The documentation of C API is included in the sources (could be generated with doxygen if requested).
-Please check [NK_C_API.h](NK_C_API.h) (C API) for high level commands and [include/NitrokeyManager.h](include/NitrokeyManager.h) (C++ API). All devices' commands are listed along with packet format in [include/stick10_commands.h](include/stick10_commands.h) and [include/stick20_commands.h](include/stick20_commands.h) respectively for Nitrokey Pro and Nitrokey Storage products.
+Please check [NK_C_API.h](NK_C_API.h) (C API) for high level commands and [libnitrokey/NitrokeyManager.h](libnitrokey/NitrokeyManager.h) (C++ API). All devices' commands are listed along with packet format in [libnitrokey/stick10_commands.h](libnitrokey/stick10_commands.h) and [libnitrokey/stick20_commands.h](libnitrokey/stick20_commands.h) respectively for Nitrokey Pro and Nitrokey Storage products.
# Tests
**Warning!** Most of the tests will overwrite user data. The only user-data safe tests are specified in `unittest/test_safe.cpp` (see *C++ tests* chapter).