Skip to content
Snippets Groups Projects
Commit 63f3cc57 authored by jh's avatar jh
Browse files

Bug 703687 - Revise help links to external resources

added redirect for troubleshooting link from SeaMonkey Help
parent f8087b85
No related merge requests found
......@@ -22,6 +22,9 @@
Redirect permanent /donate https://donate.mozilla.org/page/contribute/seamonkey
RedirectMatch permanent ^/doc/2\.1/?(.*)$ http://www.seamonkey-project.org/doc/$1
# flexible solution for hard-coded link in SeaMonkey Help
Redirect temp /doc/troubleshooting http://www.seamonkey-project.org/releases/seamonkey2.1/#troubleshooting
# redirect from top level to actual location of release pages
RedirectMatch temp ^/([0-9]{1,2}\.[0-9]{1,2}.*) http://www.seamonkey-project.org/releases/$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment