From 19a03a1a8e21c74fc923b55c41a6adee328d3cba Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 3 Jan 2018 18:20:17 +0000 Subject: [PATCH] Update contribution redirects to final homes --- public_html/.htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public_html/.htaccess b/public_html/.htaccess index 2331b026..a43a34d6 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -5,11 +5,11 @@ RewriteEngine On RewriteRule ^docs$ /docs/ [R,L] # refactoring of content without the need for redirect files -RewriteRule ^docs-efl-debug /contrib/efl-debug [R,L] -RewriteRule ^debugging/enlightenment_debugging /contrib/enlightenment_debugging [R,L] +RewriteRule ^docs-efl-debug /contrib/efl-debug.md [R,L] +RewriteRule ^debugging/enlightenment_debugging /contrib/enlightenment_debug.md [R,L] RewriteRule ^debugging/remote_debugging /develop/remote_debugging [R,L] RewriteRule ^debugging/apps_efl_debugging /develop/apps_efl_debugging [R,L] -RewriteRule ^debugging/report_bugs /contrib/reporting_bugs [R,L] +RewriteRule ^debugging/report_bugs /contrib/report_bug.md [R,L] RewriteRule ^contribute /contrib/start [R,L] RewriteRule ^contact/arcanist /contrib/patching [R,L]