diff options
author | lloyd <[email protected]> | 2013-05-01 12:39:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-05-01 12:39:10 +0000 |
commit | 1216c2385e5c1ce7ff36c7c68c9ff6b1fc1f3f7d (patch) | |
tree | 12dd9b29bdf11658e78afba415dff88371a17855 /doc/index.rst | |
parent | ebba0f10ae6c791e8d2e94439df89dd1d7b7e782 (diff) |
Fix RST syntax
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index 48d09d492..318812077 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -6,7 +6,7 @@ Botan is a crypto library for C++ released under the permissive :doc:`BSD-2 (or FreeBSD) license <license>`. It provides most any :doc:`cryptographic algorithm <algos>` you might -be looking for, along with :doc:`<tls>`, :doc:`X.509 certs, CRLs, and +be looking for, along with :doc:`tls`, :doc:`X.509 certs, CRLs, and path validation <x509>`, a :doc:`pipeline-style message processing system <filters>`, :doc:`bcrypt password hashing <passhash>`, and other useful things. A third party open source implementation of |