diff options
author | Rob Austein <sra@hactrn.net> | 2016-08-21 12:41:00 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-08-21 12:41:00 -0400 |
commit | ff29d0daa14983f28df48b7a94b36b0b371f2e1e (patch) | |
tree | 7267740b0519b19fa8c45c32523ba8a4ecb50e50 | |
parent | 3185360834dc9992c141c84517bdecd3a87312a1 (diff) |
Fix URL markup in README.md.
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -41,10 +41,10 @@ useful things with those keys. ## References and notes -* https://www.nlnetlabs.nl/downloads/publications/hsm/ -* https://github.com/OpenSC/OpenSC/wiki/SmartCardHSM -* https://wiki.openssl.org/index.php/Command_Line_Utilities -* https://www.openssl.org/docs/man1.0.2/apps/ +* <https://www.nlnetlabs.nl/downloads/publications/hsm/> +* <https://github.com/OpenSC/OpenSC/wiki/SmartCardHSM> +* <https://wiki.openssl.org/index.php/Command_Line_Utilities> +* <https://www.openssl.org/docs/man1.0.2/apps/> Given the overall state of OpenSSL's documentation, it also helps to be able to read the OpenSSL source code: in this particular case, the |