aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-12 10:58:22 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-12 17:33:20 -0600
commit45efdbc2f775210af4bbc62e3e22ffb5915c796d (patch)
tree3147dc062745e3d3c4d82fa9ba3d8c1268ab9348 /docs/x509.rst
parenta9c131789609d0d4340624435ae6ca794f225203 (diff)
downloadcryptography-45efdbc2f775210af4bbc62e3e22ffb5915c796d.tar.gz
cryptography-45efdbc2f775210af4bbc62e3e22ffb5915c796d.tar.bz2
cryptography-45efdbc2f775210af4bbc62e3e22ffb5915c796d.zip
make our docs job nitpicky and fix every broken link
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 26dd2a07..9bd9bd59 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -130,8 +130,8 @@ X.509 Certificate Object
:type:
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` or
- :class:`~cryptography.hazmat.primitives.interfaces.DSAPublicKey` or
- :class:`~cryptography.hazmat.primitives.interfaces.EllipticCurvePublicKey`
+ :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
+ :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
The public key associated with the certificate.