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

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

Issue 29590580: #4685 - Update redirect target for issue reporter's privacy policy link (Closed) Base URL: https://hg.adblockplus.org/infrastructure/
Patch Set: Created Oct. 27, 2017, 10:42 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
===================================================================
--- a/modules/web/templates/adblockplus.org.conf.erb
+++ b/modules/web/templates/adblockplus.org.conf.erb
@@ -314,17 +314,17 @@ location /redirect
}
if ($arg_link = "subscriptions")
{
set $link "subscriptions";
}
if ($arg_link = "reporter_privacy")
{
set $link "privacy";
- set $anchor "#abp_issue_reporter";
+ set $anchor "#issue-reporter";
}
if ($arg_link = "privacy")
{
set $link "privacy";
}
if ($arg_link = "contribute")
{
set $link "contribute";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld