Skip to content

Commit

Permalink
Merge pull request #1836 from alphagov/bk-broken-link
Browse files Browse the repository at this point in the history
Update broken link to layouts guidance
  • Loading branch information
lfdebrux authored Dec 6, 2022
2 parents cf7e0c9 + 20b1e63 commit 7c1a1a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Fixes

- [#1836: Update broken link to layouts guidance](https://github.com/alphagov/govuk-prototype-kit/pull/1836)
- [#1833: Update content of backup homepage](https://github.com/alphagov/govuk-prototype-kit/pull/1833)
- [#1821: Always delete IE8 Sass files when migrating existing prototype](https://github.com/alphagov/govuk-prototype-kit/pull/1821)
- [#1818: Fix heading sizes in templates](https://github.com/alphagov/govuk-prototype-kit/pull/1818)
Expand Down
2 changes: 1 addition & 1 deletion __tests__/spec/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('migrate test prototype', () => {
expect(layoutFileContents).toEqual(
'{#\n' +
'For guidance on how to use layouts see:\n' +
'https://prototype-kit.service.gov.uk/docs/layouts\n' +
'https://prototype-kit.service.gov.uk/docs/how-to-use-layouts\n' +
'#}\n' +
'\n' +
'{% extends "govuk-prototype-kit/layouts/govuk-branded.html" %}' + '\n'
Expand Down
2 changes: 1 addition & 1 deletion prototype-starter/app/views/layouts/main.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{#
For guidance on how to use layouts see:
https://prototype-kit.service.gov.uk/docs/layouts
https://prototype-kit.service.gov.uk/docs/how-to-use-layouts
#}

{% extends "govuk-prototype-kit/layouts/govuk-branded.html" %}

0 comments on commit 7c1a1a2

Please sign in to comment.