From: Sergey Matveev Date: Sat, 15 May 2021 14:52:40 +0000 (+0300) Subject: Fixed download link X-Git-Tag: 8.4~5 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=829b592259313b4ea400e952c75550990642f353 Fixed download link --- diff --git a/doc/install.rst b/doc/install.rst index 2bdd9f9..5d6802b 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -4,8 +4,8 @@ Install Preferable way is to :ref:`download ` tarball with the signature from `official website `__:: - $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.4.tar.xz - $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.4.tar.xz.sig + $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/download/pyderasn-8.4.tar.xz + $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/download/pyderasn-8.4.tar.xz.sig $ gpg --verify pyderasn-8.4.tar.xz.sig pyderasn-8.4.tar.xz $ xz --decompress --stdout pyderasn-8.4.tar.xz | tar xf - $ cd pyderasn-8.4