File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ a.govuk-skip-link href="#main-content"
77header .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.*'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments