Skip to content

Commit

Permalink
Merge pull request #204 from nhsuk/about-links-correction
Browse files Browse the repository at this point in the history
Correct links on about page
  • Loading branch information
chrimesdev authored Aug 24, 2021
2 parents 2bf14d7 + f853e98 commit 537ad36
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NHS.UK prototype kit Changelog

## 4.6.2 - 24 August 2021

:wrench: **Fixes**

- Correct slack channel links on the `About` page.

## 4.6.1 - 18 August 2021

:wrench: **Fixes**
Expand Down
4 changes: 2 additions & 2 deletions docs/views/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Support</h2>

<ul>
<li><a href="mailto:service-manual@nhs.net?subject=NHS.UK prototype kit - About">email us</a></li>
<li><a href="https://nhsuk.slack.com/messages/standards" rel="nofollow">get in touch on the NHS.UK #standards Slack channel</a></li>
<li><a href="https://nhs-service-manual.slack.com/messages/CFYL2GDGW" rel="nofollow">get in touch on the NHS.UK #prototype-kit Slack channel</a></li>
<li><a href="https://github.com/nhsuk/nhsuk-prototype-kit/issues">view known issues on GitHub</a></li>
</ul>

Expand All @@ -35,7 +35,7 @@ <h2>Contributing</h2>
<p>The prototype kit is always evolving as we learn more. Help us to improve and grow it:</p>

<ul>
<li><a href="https://nhs-service-manual.slack.com/messages/CFYL2GDGW" rel="nofollow">get in touch on the NHS.UK #standards Slack channel</a></li>
<li><a href="https://nhs-service-manual.slack.com/messages/CFYL2GDGW" rel="nofollow">get in touch on the NHS.UK #prototype-kit Slack channel</a></li>
<li><a href="https://github.com/nhsuk/nhsuk-prototype-kit/issues">create a GitHub issue</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nhsuk-prototype-kit",
"version": "4.6.1",
"version": "4.6.2",
"description": "Rapidly create HTML prototypes of NHS websites and services.",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 537ad36

Please sign in to comment.