aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2019-01-15 17:40:24 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2019-01-15 17:40:24 +0100
commit9a9ac8041f02eae5171ae053710ed687154c3115 (patch)
tree971ff0ea23371175cfb62f25798033e5563d5eaf
parent2ef9e671db433720c1f9690a0bccdf36d5aff3b0 (diff)
downloadlibnitrokey-9a9ac8041f02eae5171ae053710ed687154c3115.tar.gz
libnitrokey-9a9ac8041f02eae5171ae053710ed687154c3115.tar.bz2
Correct other links as well
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9088d86..be820fc 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# libnitrokey
libnitrokey is a project to communicate with Nitrokey Pro and Storage devices in a clean and easy manner. Written in C++14, testable with `py.test` and `Catch` frameworks, with C API, Python access (through CFFI and C API, in future with Pybind11).
-The development of this project is aimed to make it itself a living documentation of communication protocol between host and the Nitrokey stick devices. The command packets' format is described here: [Pro v0.7](include/stick10_commands.h), [Pro v0.8](include/stick10_commands_0.8.h), [Storage](include/stick20_commands.h). Handling and additional operations are described here: [NitrokeyManager.cc](NitrokeyManager.cc).
+The development of this project is aimed to make it itself a living documentation of communication protocol between host and the Nitrokey stick devices. The command packets' format is described here: [Pro v0.7](libnitrokey/stick10_commands.h), [Pro v0.8](libnitrokey/stick10_commands_0.8.h), [Storage](libnitrokey/stick20_commands.h). Handling and additional operations are described here: [NitrokeyManager.cc](NitrokeyManager.cc).
A C++14 complying compiler is required due to heavy use of variable templates. For feature support tables please check [table 1](https://gcc.gnu.org/projects/cxx-status.html#cxx14) or [table 2](http://en.cppreference.com/w/cpp/compiler_support).