]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
pyasn1 is on another location
authorSergey Matveev <stargrave@stargrave.org>
Tue, 7 Aug 2018 20:31:18 +0000 (23:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 7 Aug 2018 20:31:18 +0000 (23:31 +0300)
doc/features.rst
doc/thanks.rst

index fa1f3d6a90930bedcd9ecb457f151965d4f95929..9da0659103fc081a033085760f4fffd38a3cb969 100644 (file)
@@ -10,7 +10,7 @@ Features
   (un)marshall them
 * Python 2.7/3.5/3.6 compatibility
 
-Why yet another library? `pyasn1 <https://github.com/etingof/pyasn1>`__
+Why yet another library? `pyasn1 <http://snmplabs.com/pyasn1/>`__
 had all of this a long time ago. PyDERASN resembles it in many ways. In
 practice it should be relatively easy to convert ``pyasn1``'s code to
 ``pyderasn``'s one. But additionally it offers:
index 0c817d150d62e636ab397e1d288038fafac15c9a..93cd2fe18a1213dee0abb8887fba3cabec0d198e 100644 (file)
@@ -1,7 +1,7 @@
 Thanks
 ======
 
-* `pyasn1 <http://pyasn1.sourceforge.net/>`_ project
+* `pyasn1 <http://snmplabs.com/pyasn1/>`_ project
 * Go `encoding/asn1 <https://golang.org/pkg/encoding/asn1/>`_ library
 * `Nikolay Ivanov <gmail@nekolyanich.com>`_ for helping with
   :py:class:`pyderasn.AutoAddSlots` metaclass