]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/install.rst
URL fixes
[pyderasn.git] / doc / install.rst
index 7ec013bd59ae05b42285678afb75f52ee25bf8ec..c8482ef5e676e4100641b296da701c19f47fe6d1 100644 (file)
@@ -2,10 +2,10 @@ Install
 =======
 
 Preferable way is to :ref:`download <download>` tarball with the
-signature from `official website <http://pyderasn.cypherpunks.ru/>`__::
+signature from `official website <http://www.pyderasn.cypherpunks.ru/>`__::
 
-    $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz
-    $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz.sig
+    $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz
+    $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz.sig
     $ gpg --verify pyderasn-8.1.tar.xz.sig pyderasn-8.1.tar.xz
     $ xz --decompress --stdout pyderasn-8.1.tar.xz | tar xf -
     $ cd pyderasn-8.1