Skip to content

Commit

Permalink
Update links from wiki to TNA Frontend docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 17, 2024
1 parent fe4dcc1 commit d2f246f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Using Frontend will help your service meet [level AA of WCAG 2.2](https://www.go

You should also use:

- [the JavaScript from TNA Frontend](https://github.com/nationalarchives/tna-frontend/wiki/Using-TNA-Frontend#javascript)
- [the JavaScript from TNA Frontend](https://nationalarchives.github.io/tna-frontend-docs/get-started/using-tna-frontend/npm/#javascript)

You can also read the [accessibility statement for the National Archives Design System](https://nationalarchives.github.io/design-system/accessibility/).

### Accessibility warnings

If you get a warning from a linter or accessibility checker, check our list of [issues you should not need to fix](https://github.com/nationalarchives/tna-frontend/wiki/Accessibility-issues-you-should-not-need-to-fix).
If you get a warning from a linter or accessibility checker, check our list of [issues you should not need to fix](https://nationalarchives.github.io/tna-frontend-docs/contributing/accessibility/#accessibility-issues-you-should-not-need-to-fix).
3 changes: 2 additions & 1 deletion tasks/cookie-banner/generate-cookie-banner-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ fs.readFile("package.json", "utf8", (err, data) => {
author,
license,
bugs,
homepage: "https://github.com/nationalarchives/tna-frontend/wiki/Cookies",
homepage:
"https://nationalarchives.github.io/tna-frontend-docs/get-started/cookies/",
scripts: {},
};
fs.writeFile(
Expand Down

0 comments on commit d2f246f

Please sign in to comment.