From b45097271cc5adcd2c3b438872b035762f30d0db Mon Sep 17 00:00:00 2001 From: gpotter2 Date: Fri, 12 Jan 2018 20:01:23 +0100 Subject: [PATCH] Fix Cryptography link --- doc/scapy/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scapy/installation.rst b/doc/scapy/installation.rst index 5b9da8afb..941db6c90 100644 --- a/doc/scapy/installation.rst +++ b/doc/scapy/installation.rst @@ -191,7 +191,7 @@ Here are the topics involved and some examples that you can use to try if your i >>> dec.show() >>> dec[0] -* PKI operations and TLS decryption. `cryptography ` is also needed. +* PKI operations and TLS decryption. `cryptography `_ is also needed. * Fingerprinting. ``nmap_fp()`` needs `Nmap `_. You need an `old version `_ (before v4.23) that still supports first generation fingerprinting.