aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-08-01 20:27:31 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2016-08-01 20:27:31 +0200
commit128894cd1ce9120b3774af3ea996a1dc3b76b427 (patch)
tree7cf42b3347ca0c7ec166d24abc5eed3000a6d71e
parente98be252cf81513bfacb16db167a16df6f40c76a (diff)
downloadlibnitrokey-128894cd1ce9120b3774af3ea996a1dc3b76b427.tar.gz
libnitrokey-128894cd1ce9120b3774af3ea996a1dc3b76b427.tar.bz2
Readme: change CFFI link to overview
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 6f87a27..7766889 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ To compile library using clang please run `make`. If you have GCC and would like
This should create a library file under path build/libnitrokey.so and compile C++ tests in unittest/ directory.
## Using with Python
-To use libnitrokey with Python a [CFFI](http://cffi.readthedocs.io/en/latest/using.html) library is required (either 2.7+ or 3.0+).
+To use libnitrokey with Python a [CFFI](http://cffi.readthedocs.io/en/latest/overview.html) library is required (either 2.7+ or 3.0+).
Just import it and read the C API header and it is done! You have access to the library. Example code printing HOTP code:
```python
ffi = cffi.FFI()