aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-11-23 12:06:38 +0100
committerIlya Etingof <etingof@gmail.com>2017-11-23 12:06:38 +0100
commit136890e0482020375cdc6cde03da7ebaf4e937c6 (patch)
tree61a74b3684e17b16746cb2d2e0fe041eb1d3e0ea /docs
parent67e460c8302cd1e2cf181b0d0430f3cdd9681b0c (diff)
downloadpyasn1-136890e0482020375cdc6cde03da7ebaf4e937c6.tar.gz
fixed opentype reference in Sphinx doc
Diffstat (limited to 'docs')
-rw-r--r--docs/source/pyasn1/type/univ/any.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/pyasn1/type/univ/any.rst b/docs/source/pyasn1/type/univ/any.rst
index e4a7876..56e593e 100644
--- a/docs/source/pyasn1/type/univ/any.rst
+++ b/docs/source/pyasn1/type/univ/any.rst
@@ -15,7 +15,7 @@
The |ASN.1| type models an arbitrary value of an arbitrary type. Typically,
a selection of types are defined in form of an
- `open type </pyasn1/type/opentype/contents>`_ . Technically, the ANY
+ :ref:`open type <opentype.OpenType>` . Technically, the ANY
value is a serialised representation of some other ASN.1 object.
.. automethod:: pyasn1.type.univ.Any.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='iso-8859-1')