diff options
author | Martin Müller <mail@mueller-martin.net> | 2019-01-15 17:22:33 +0100 |
---|---|---|
committer | Martin Müller <mail@mueller-martin.net> | 2019-01-15 17:22:33 +0100 |
commit | 2ef9e671db433720c1f9690a0bccdf36d5aff3b0 (patch) | |
tree | 51909d3b33d0f631c0312516917dd1133996de35 | |
parent | 6bd77fce8400ecf531a4f7ff56431010b6bbb6f1 (diff) | |
download | libnitrokey-2ef9e671db433720c1f9690a0bccdf36d5aff3b0.tar.gz libnitrokey-2ef9e671db433720c1f9690a0bccdf36d5aff3b0.tar.bz2 |
Fix links to header files in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |