Skip to content

Commit

Permalink
Prefer GOV.UK Design System as documentation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Aug 31, 2023
1 parent 5a86bc8 commit 596d962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default async () => {
meta: {
description: pkg.description,
urls: {
documentation: pkg.homepage,
documentation: 'https://design-system.service.gov.uk/',
releaseNotes: `${githubURL.href}/releases/tag/v${pkg.version}`,
versionHistory: `${githubURL.href}/releases`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('GOV.UK Prototype Kit config', () => {
expect(config.meta).toEqual({
description: pkg.description,
urls: {
documentation: pkg.homepage,
documentation: 'https://design-system.service.gov.uk/',
releaseNotes: expect.stringContaining(`/releases/tag/v${pkg.version}`),
versionHistory: expect.stringContaining('/releases')
}
Expand Down

0 comments on commit 596d962

Please sign in to comment.