commit c4e6174f6ee13e4831c4851574000a3206fe025f Author: hiro hiro@torproject.org Date: Thu Sep 5 17:33:41 2019 +0200
Fix typo --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess index b049ced8..25e5d931 100644 --- a/.htaccess +++ b/.htaccess @@ -9,7 +9,7 @@ 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] +RewriteRule ^docs/verifying-signatures(.*) https://support.torproject.org/#how-to-verify-signature [R=302,L]
# Torbutton RewriteRule ^torbutton/design(.*) /docs/torbutton/en/design$1 [R=301,L]
tor-commits@lists.torproject.org