Author: phobos Date: 2013-11-06 17:06:14 +0000 (Wed, 06 Nov 2013) New Revision: 26411
Modified: website/trunk/docs/en/verifying-signatures.wml Log: revert mttp's changes.
Modified: website/trunk/docs/en/verifying-signatures.wml =================================================================== --- website/trunk/docs/en/verifying-signatures.wml 2013-11-05 22:20:17 UTC (rev 26410) +++ website/trunk/docs/en/verifying-signatures.wml 2013-11-06 17:06:14 UTC (rev 26411) @@ -48,19 +48,19 @@
<h3>Where do I get the signatures and the keys that made them?</h3> <hr> - <p>Each file on <a href="/web/20130929222100/https://www.torproject.org/download/download.html.en">our download + <p>Each file on <a href="<page download/download>">our download page</a> is accompanied by a file with the same name as the package and the extension ".asc". These .asc files are GPG signatures. They allow you to verify the file you've downloaded is exactly the one that we intended you to get. For example, tor-browser-2.3.25-13_en-US.exe is accompanied by tor-browser-2.3.25-13_en-US.exe.asc. For a list - of which developer signs which package, see our <a href="/web/20130929222100/https://www.torproject.org/docs/signing-keys.html.en">signing keys</a> page.</p> + of which developer signs which package, see our <a href="<page docs/signing-keys">signing keys</a> page.</p> <h3>Windows</h3> <hr> <p>You need to have GnuPG installed before you can verify signatures. Download it from <a - href="/web/20130929222100/http://gpg4win.org/download.html%22%3Ehttp://gpg4win.org/download.html</a>.</p> + href="http://gpg4win.org/download.html%22%3Ehttp://gpg4win.org/download.html</a>.</p> <p>Once it's installed, use GnuPG to import the key that signed your package. Since GnuPG for Windows is a command-line tool, you will need to use <i>cmd.exe</i>. Unless you edit your PATH environment variable,
tor-commits@lists.torproject.org