Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates and fixes to documentation content links #497

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We recommend the following methods:

4. **Using JSDelivr CDN:** If you prefer a quicker setup, you can use the JSDelivr content delivery network to directly include the design system's CSS and JavaScript files in your project.

Read the [Getting started page](https://designsystem.nsw.gov.au/nsw-design-system/docs/content/develop/getting-started.html) for information on the framework contents, templates, examples, and more.
Read the [Getting started page](https://designsystem.nsw.gov.au/docs/content/develop/getting-started.html) for information on the framework contents, templates, examples, and more.

## Installing with NPM

Expand Down Expand Up @@ -144,7 +144,7 @@ View and raise issues and bugs through our [Issues tracker on Github](https://gi

## Design System Figma UI Kit

Access the complete set of design assets required for designing, sharing, and prototyping using our [Figma UI Kit](https://designsystem.nsw.gov.au/nsw-design-system/docs/content/design/figma-ui-kit.html).
Access the complete set of design assets required for designing, sharing, and prototyping using our [Figma UI Kit](https://designsystem.nsw.gov.au/docs/content/design/figma-ui-kit.html).

## Versioning

Expand All @@ -158,6 +158,6 @@ Our version numbers consist of MAJOR.MINOR.PATCH, where:

* **PATCH** version is used for minor backward-compatible updates, new component variations, and bug fixes.

See [the Releases section of our GitHub project](https://github.com/digitalnsw/nsw-design-system/releases) for changelogs for each release version. Release posts on our [what’s happening page](https://designsystem.nsw.gov.au/nsw-design-system/docs/content/about/whats-happening.html) contain summaries of the most noteworthy changes made in each release.
See [the Releases section of our GitHub project](https://github.com/digitalnsw/nsw-design-system/releases) for changelogs for each release version. Release posts on our [what’s happening page](https://designsystem.nsw.gov.au/docs/content/about/whats-happening.html) contain summaries of the most noteworthy changes made in each release.

Feel free to reach out if you have any questions or need more help with integrating the NSW Design System into your projects!
2 changes: 1 addition & 1 deletion src/docs/content/about/what-is-design-system.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ meta-index: true
</div>
</div>

<p>Keep an eye on this page for more updates, and <a href="https://mailchi.mp/707ce8dec373/get-updated-by-email-govuk-design-system" aria-label="Link to sign up to the NSW Design System's mailing list" target="_blank">sign up to our mailing list</a> to hear from us about future events and updates.</p>
<p>Keep an eye on this page for more updates, and <a href="https://confirmsubscription.com/h/i/73DE733140B743AF" aria-label="Link to sign up to the NSW Design System's mailing list" target="_blank">sign up to our mailing list</a> to hear from us about future events and updates.</p>

<h3>Consistent code and design language</h3>
<p>When using our foundations, components and themes, get access to fully synchronised UI and code kits for both designers and developers. This means everyone uses the same atomic components, with extended guidance also bridging the gap to help avoid design drift.</p>
Expand Down
Loading