Skip to content

Commit

Permalink
Merge pull request #1796 from chrisadesign/patch-1
Browse files Browse the repository at this point in the history
Fix link to docs in routes.js
  • Loading branch information
lfdebrux authored Nov 22, 2022
2 parents d83e8a6 + a701379 commit 5d04c3c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixes

- [#1796: Fix link to docs in routes.js](https://github.com/alphagov/govuk-prototype-kit/pull/1796)

## 13.0.0

In this release we’ve made some significant changes to how the GOV.UK Prototype Kit works.
Expand Down
2 changes: 1 addition & 1 deletion __tests__/spec/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('migrate test prototype', () => {
expect(routesFileContents).toEqual(
'// \n' +
'// For guidance on how to create routes see:\n' +
'// https://prototype-kit.service.gov.uk/docs/routes\n' +
'// https://prototype-kit.service.gov.uk/docs/create-routes\n' +
'// \n' +
'\n' +
'const govukPrototypeKit = require(\'govuk-prototype-kit\')\n' +
Expand Down
2 changes: 1 addition & 1 deletion prototype-starter/app/routes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// For guidance on how to create routes see:
// https://prototype-kit.service.gov.uk/docs/routes
// https://prototype-kit.service.gov.uk/docs/create-routes
//

const govukPrototypeKit = require('govuk-prototype-kit')
Expand Down

0 comments on commit 5d04c3c

Please sign in to comment.