Skip to content

Commit fe3af03

Browse files
committed
Fix stale links to x-govuk.github.io
Nanoc was flagging these old links, I've updated them to link to x-govuk.org instead
1 parent 73cfab8 commit fe3af03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

guide/layouts/partials/header.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ a.govuk-skip-link href="#main-content"
77
header.govuk-header class=(@item[:headerClasses]) role="banner" data-module="govuk-header"
88
.govuk-header__container.govuk-width-container
99
.govuk-header__logo
10-
a.govuk-header__link.govuk-header__link--homepage href="https://x-govuk.github.io"
10+
a.govuk-header__link.govuk-header__link--homepage href="https://x-govuk.org"
1111

1212
== render '/partials/x-govuk-logotype.*'

guide/lib/examples/footer_helpers.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def footer_with_custom_meta_html
3636
= render GovukComponent::FooterComponent.new do |footer|
3737
- footer.with_meta_html do
3838
| Built with love by
39-
= govuk_footer_link_to("X-GOVUK", "https://x-govuk.github.io/")
39+
= govuk_footer_link_to("X-GOVUK", "https://x-govuk.org/")
4040
FOOTER_META_HTML
4141
end
4242

@@ -72,7 +72,7 @@ def footer_with_custom_licence_html
7272
- footer.with_meta_licence_html do
7373
|> Some custom HTML for the licence,
7474
perhaps with a
75-
= govuk_footer_link_to("link", "https://x-govuk.github.io/")
75+
= govuk_footer_link_to("link", "https://x-govuk.org/")
7676
FOOTER
7777
end
7878

0 commit comments

Comments
 (0)