Skip to content

Commit 663904d

Browse files
authored
Merge pull request #32 from alphagov/PP-3119_Fix_status_link_on_pay-product-page
PP-3119 Fixed status link on main body, and updated footer link with new statuspage.io url
2 parents e283756 + 7fdf385 commit 663904d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/layouts/layout.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'Contact' => '/support',
9494
'Chat with GOV.UK Pay on Slack' => 'https://ukgovernmentdigital.slack.com/messages/govuk-pay',
9595
'Documentation' => 'https://govukpay-docs.cloudapps.digital',
96-
'System status' => 'http://stats.pingdom.com/ejtodj13fqqx'
96+
'System status' => 'https://payments.statuspage.io/'
9797
}
9898
}.each do |header, links|
9999
%>

source/support.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ title: Support - GOV.UK Pay
2727
<div class="grid-row">
2828
<div class="column-two-thirds">
2929
<h2 class="heading-medium">Support Process</h2>
30-
<p>If you have a problem, first check for known issues on the <a href="#">GOV.UK Pay system status page</a>. Subscribe to get alerts on the progress of any listed issue.</p>
30+
<p>If you have a problem, first check for known issues on the <a href="https://payments.statuspage.io/">GOV.UK Pay system status page</a>. Subscribe to get alerts on the progress of any listed issue.</p>
3131

3232
<h3 class="heading-small">During office hours</h3>
3333
<p>Our office hours are 9.30am to 5.30pm, Monday to Friday. You can email us at <a href="mailto:govuk-pay-support@digital.cabinet-office.gov.uk">govuk-pay-support@digital.cabinet-office.gov.uk</a></p>

0 commit comments

Comments
 (0)