diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-03 23:04:40 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-03 23:04:40 -0600 |
commit | b0299eccd21859f8bcffef2da13e7a9d0875c5e4 (patch) | |
tree | b0bff4d6e67eba05b87969880dc934d0aa583335 | |
parent | c21c4af1868791c2160280b51c6abbb4dcd70a73 (diff) | |
parent | a80fb9423263f2a5cefebc1db5b86d0c461d20c2 (diff) | |
download | cryptography-b0299eccd21859f8bcffef2da13e7a9d0875c5e4.tar.gz cryptography-b0299eccd21859f8bcffef2da13e7a9d0875c5e4.tar.bz2 cryptography-b0299eccd21859f8bcffef2da13e7a9d0875c5e4.zip |
Merge pull request #1719 from alex/fix-link
Fixed URL that changed in docs
-rw-r--r-- | docs/limitations.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/limitations.rst b/docs/limitations.rst index ce61d893..0dfc49ca 100644 --- a/docs/limitations.rst +++ b/docs/limitations.rst @@ -16,4 +16,4 @@ Likelihood: unlikely, Remediation Cost: expensive to repair" and we do not consider this a high risk for most users. .. _`Memory wiping`: http://blogs.msdn.com/b/oldnewthing/archive/2013/05/29/10421912.aspx -.. _`CERT secure coding guidelines`: https://www.securecoding.cert.org/confluence/display/seccode/MEM03-C.+Clear+sensitive+information+stored+in+reusable+resources +.. _`CERT secure coding guidelines`: https://www.securecoding.cert.org/confluence/display/c/MEM03-C.+Clear+sensitive+information+stored+in+reusable+resources |