aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-10-27 00:37:27 +0300
committerFrancis Irving <francis@mysociety.org>2010-10-27 00:37:27 +0300
commitb9b6b4701ddc5ef1e306dc62867c2a68c9405599 (patch)
tree2d32c93f70090081aedb7e03975637842aac9728 /spec/models
parent803bd1b481867c3c1cd1825e67e199ecea1d9cf1 (diff)
Fix a bunch of broken links (thanks Alex)
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/holiday_spec.rb2
1 files changed, 1 insertions, 1 deletions
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