aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/request_game_controller.rb2
-rw-r--r--app/views/request/_sidebar.rhtml2
-rw-r--r--public/down.default.html22
-rw-r--r--spec/models/holiday_spec.rb2
4 files changed, 14 insertions, 14 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>
diff --git a/public/down.default.html b/public/down.default.html
index 5325c5243..71ec2ba24 100644
--- a/public/down.default.html
+++ b/public/down.default.html
@@ -2,16 +2,16 @@
<html lang="en-gb">
<head>
<title>
-
+
WhatDoTheyKnow - file and browse Freedom of Information (FOI) requests
-
+
</title>
<link href="http://www.whatdotheyknow.com/stylesheets/main.css?1246372679" media="screen" rel="stylesheet" title="Main" type="text/css">
<link href="http://www.whatdotheyknow.com/stylesheets/yucky-green.css?1213281877" media="screen" rel="alternate stylesheet" title="Yucky Green" type="text/css">
- <!--[if LT IE 7]>
- <style type="text/css">@import url("/stylesheets/ie6.css");</style>
- <![endif]-->
+ <!--[if LT IE 7]>
+ <style type="text/css">@import url("/stylesheets/ie6.css");</style>
+ <![endif]-->
</head>
<body>
@@ -22,7 +22,7 @@
</div>
<div id="header">
<h1>
- <a href="/">WhatDoTheyKnow?</a>
+ <a href="/">WhatDoTheyKnow?</a>
</h1>
<div id="tagline">
Make and explore Freedom of Information requests
@@ -34,11 +34,11 @@
<div id="topnav">
<ul id="navigation">
</div>
-
+
<div id="wrapper">
<div id="content">
-
-
+
+
<div id="general_frontpage">
<div id="frontpage_search">
@@ -51,8 +51,8 @@
</div>
<div id="footer">
- Built by <a href="http://www.mysociety.org/">mySociety</a> ...
- <a href="/help/about#helpus">and you</a>
+ Built by <a href="http://www.mysociety.org/">mySociety</a> ...
+ <a href="/help/credits#helpus">and you</a>
|
Dedicated to <a href="http://mk.ucant.org/archives/000129.html">Chris Lightfoot</a>
</div>
diff --git a/spec/models/holiday_spec.rb b/spec/models/holiday_spec.rb
index ef833a384..973b067d6 100644
--- a/spec/models/holiday_spec.rb
+++ b/spec/models/holiday_spec.rb
@@ -30,7 +30,7 @@ describe Holiday, " when calculating due date" do
# Delivery at the weekend ends up the same due day as if it had arrived on
# the Friday before. This is because the next working day (Monday) counts
# as day 1.
- # See http://www.whatdotheyknow.com/help/about#days
+ # See http://www.whatdotheyknow.com/help/officers#days
it "handles Saturday start" do
due_date('2009-03-14').should == '2009-04-15'
end