Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/web/templates/adblockplus.org.conf.erb

Issue 29556606: Issue 5786 - Link adblock_browser_*_support to corresponding user forum (Closed)
Patch Set: Created Sept. 26, 2017, 9:23 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/templates/adblockplus.org.conf.erb
diff --git a/modules/web/templates/adblockplus.org.conf.erb b/modules/web/templates/adblockplus.org.conf.erb
index 31f94c2a1a738f49d765552680aa14d619d706e6..f6f63e29f93369303630c02d864c39eba1e4ce02 100644
--- a/modules/web/templates/adblockplus.org.conf.erb
+++ b/modules/web/templates/adblockplus.org.conf.erb
@@ -154,15 +154,15 @@ location /redirect
}
if ($arg_link = "adblock_browser_android_support")
{
- rewrite ^ https://adblockbrowser.org/$lang/android-support/? redirect;
+ rewrite ^ /forum/viewforum.php?f=24? redirect;
}
if ($arg_link = "adblock_browser_android_faq")
{
- rewrite ^ https://adblockbrowser.org/$lang/android-support/faq? redirect;
+ rewrite ^ /forum/viewforum.php?f=24? redirect;
}
if ($arg_link = "adblock_browser_ios_support")
{
- rewrite ^ https://adblockbrowser.org/en/ios-support/? redirect;
+ rewrite ^ /forum/viewforum.php?f=25? redirect;
}
if ($arg_link = "adblock_browser_android_store")
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld