[tor-commits] [webwml/master] Redirect doc on how to verify signatures to new website

hiro at torproject.org hiro at torproject.org
Thu Sep 5 14:21:16 UTC 2019


commit 58df633c88fc5ea05ac7756160fb815f060163c0
Author: hiro <hiro at torproject.org>
Date:   Thu Sep 5 16:21:06 2019 +0200

    Redirect doc on how to verify signatures to new website
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
index 570850bf..b049ced8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,6 +8,9 @@ RewriteRule ^documentation(.*) /docs/documentation$1 [R=301,L]
 RewriteRule ^verifying-signatures(.*) /docs/verifying-signatures$1 [R=301,L]
 RewriteRule ^tor-manual(.*) /docs/tor-manual$1 [R=301,L]
 
+# docs
+RewriteRule ^docs/verifying-signatures(.*) to ​https://support.torproject.org/#how-to-verify-signature [R=302,L]
+
 # Torbutton
 RewriteRule ^torbutton/design(.*) /docs/torbutton/en/design$1 [R=301,L]
 RewriteRule ^torbutton/(.*) /docs/torbutton/$1 [R=301,L]



More information about the tor-commits mailing list