From 829b592259313b4ea400e952c75550990642f353 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 15 May 2021 17:52:40 +0300 Subject: [PATCH] Fixed download link --- doc/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0