diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/request_game_controller.rb | 2 | ||||
-rw-r--r-- | app/views/request/_sidebar.rhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/request_game_controller.rb b/app/controllers/request_game_controller.rb index 037ea1eef..0d70a2e03 100644 --- a/app/controllers/request_game_controller.rb +++ b/app/controllers/request_game_controller.rb @@ -20,7 +20,7 @@ class RequestGameController < ApplicationController @requests = old.sort_by{ rand }.slice(0..2) if @missing == 0 - flash[:notice] = '<p>All done! Thank you very much for your help.</p><p>There are <a href="/help/about#helpus">more things you can do</a> to help WhatDoTheyKnow.</p>' + flash[:notice] = '<p>All done! Thank you very much for your help.</p><p>There are <a href="/help/credits#helpus">more things you can do</a> to help WhatDoTheyKnow.</p>' end @league_table_28_days = InfoRequestEvent.make_league_table( diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml index e4e2e53a6..12d1e315b 100644 --- a/app/views/request/_sidebar.rhtml +++ b/app/views/request/_sidebar.rhtml @@ -42,7 +42,7 @@ <!-- this link with this wording is here for legal reasons, discuss with board and our lawyer before changing or removing it --> - <p><small><a href="/help/about#commercial">Are you the owner of + <p><small><a href="/help/officers#copyright">Are you the owner of any commercial copyright on this page?</a></small></p> </div> |