Skip to content

Commit 11c9b1a

Browse files
committed
Change links from netlify.app to x-govuk.org
1 parent fb64c67 commit 11c9b1a

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,41 @@ It aims to implement the functionality from the original Nunjucks macros in a wa
1515

1616
## Documentation
1717

18-
The gem comes with [a full guide](https://govuk-components.netlify.app/) that covers most aspects of day-to-day use, along with code and output examples. The examples in the guide (and the guide itself) are built using the components, so it will always be up to date.
18+
The gem comes with [a full guide](https://govuk-components.x-govuk.org/) that covers most aspects of day-to-day use, along with code and output examples. The examples in the guide (and the guide itself) are built using the components, so it will always be up to date.
1919

2020
[![Netlify Status](https://api.netlify.com/api/v1/badges/d40a5a0a-b086-4c35-b046-97fbcbf9f219/deploy-status)](https://app.netlify.com/sites/govuk-components/deploys)
2121

2222
## What’s included?
2323

24-
All of the non-form components from the GOV.UK Design System are implemented by this library as ViewComponents. Form components are implemented by the [GOV.UK Form Builder](https://govuk-form-builder.netlify.app/).
24+
All of the non-form components from the GOV.UK Design System are implemented by this library as ViewComponents. Form components are implemented by the [GOV.UK Form Builder](https://govuk-form-builder.x-govuk.org/).
2525

2626
The provided components are:
2727

28-
* [Accordion](https://govuk-components.netlify.app/components/accordion)
29-
* [Back link](https://govuk-components.netlify.app/components/back-link)
30-
* [Breadcrumbs](https://govuk-components.netlify.app/components/breadcrumbs)
31-
* [Cookie banner](https://govuk-components.netlify.app/components/cookie-banner)
32-
* [Details](https://govuk-components.netlify.app/components/details)
33-
* [Exit this page](https://govuk-components.netlify.app/components/exit-this-page)
34-
* [GOV.UK footer](https://govuk-components.netlify.app/components/footer)
35-
* [GOV.UK header](https://govuk-components.netlify.app/components/header)
36-
* [Inset text](https://govuk-components.netlify.app/components/inset-text)
37-
* [Notification banner](https://govuk-components.netlify.app/components/notification-banner)
38-
* [Panel](https://govuk-components.netlify.app/components/panel)
39-
* [Pagination](https://govuk-components.netlify.app/components/pagination)
40-
* [Phase banner](https://govuk-components.netlify.app/components/phase-banner)
41-
* [Section break](https://govuk-components.netlify.app/components/section-break)
42-
* [Start button](https://govuk-components.netlify.app/components/start-button)
43-
* [Summary list](https://govuk-components.netlify.app/components/summary-list)
44-
* [Tabs](https://govuk-components.netlify.app/components/tabs)
45-
* [Tables](https://govuk-components.netlify.app/components/table)
46-
* [Tags](https://govuk-components.netlify.app/components/tag)
47-
* [Task list](https://govuk-components.netlify.app/components/task-list)
48-
* [Warning text](https://govuk-components.netlify.app/components/warning-text)
49-
50-
This library also provides helpers for creating [links](https://govuk-components.netlify.app/helpers/link),
51-
[buttons](https://govuk-components.netlify.app/helpers/button), [skip links](https://govuk-components.netlify.app/helpers/skip-link)
52-
and [back to top links](https://govuk-components.netlify.app/helpers/back-to-top-link).
28+
* [Accordion](https://govuk-components.x-govuk.org/components/accordion)
29+
* [Back link](https://govuk-components.x-govuk.org/components/back-link)
30+
* [Breadcrumbs](https://govuk-components.x-govuk.org/components/breadcrumbs)
31+
* [Cookie banner](https://govuk-components.x-govuk.org/components/cookie-banner)
32+
* [Details](https://govuk-components.x-govuk.org/components/details)
33+
* [Exit this page](https://govuk-components.x-govuk.org/components/exit-this-page)
34+
* [GOV.UK footer](https://govuk-components.x-govuk.org/components/footer)
35+
* [GOV.UK header](https://govuk-components.x-govuk.org/components/header)
36+
* [Inset text](https://govuk-components.x-govuk.org/components/inset-text)
37+
* [Notification banner](https://govuk-components.x-govuk.org/components/notification-banner)
38+
* [Panel](https://govuk-components.x-govuk.org/components/panel)
39+
* [Pagination](https://govuk-components.x-govuk.org/components/pagination)
40+
* [Phase banner](https://govuk-components.x-govuk.org/components/phase-banner)
41+
* [Section break](https://govuk-components.x-govuk.org/components/section-break)
42+
* [Start button](https://govuk-components.x-govuk.org/components/start-button)
43+
* [Summary list](https://govuk-components.x-govuk.org/components/summary-list)
44+
* [Tabs](https://govuk-components.x-govuk.org/components/tabs)
45+
* [Tables](https://govuk-components.x-govuk.org/components/table)
46+
* [Tags](https://govuk-components.x-govuk.org/components/tag)
47+
* [Task list](https://govuk-components.x-govuk.org/components/task-list)
48+
* [Warning text](https://govuk-components.x-govuk.org/components/warning-text)
49+
50+
This library also provides helpers for creating [links](https://govuk-components.x-govuk.org/helpers/link),
51+
[buttons](https://govuk-components.x-govuk.org/helpers/button), [skip links](https://govuk-components.x-govuk.org/helpers/skip-link)
52+
and [back to top links](https://govuk-components.x-govuk.org/helpers/back-to-top-link).
5353

5454
## Alternative syntax
5555

@@ -97,7 +97,7 @@ Here are the rendered tabs:
9797

9898
![Tabs preview](docs/images/tabs.png)
9999

100-
For examples on usage see the [guide page](https://govuk-components.netlify.app/).
100+
For examples on usage see the [guide page](https://govuk-components.x-govuk.org/).
101101

102102
## Setup
103103

guide/content/introduction/using-components.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ markdown:
4242

4343
The helper methods make rendering components easier and they provide a more
4444
consistent experience when using with the [link helpers](/helpers/link) and
45-
[GOV.UK Form Builder](https://govuk-form-builder.netlify.app/).
45+
[GOV.UK Form Builder](https://govuk-form-builder.x-govuk.org/).
4646

4747
```language-slim
4848
= govuk_inset_text(text: "Important message")

guide/nanoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ checks:
1717
# made which nano reports as failure (202)
1818
- '^https?://www.rubydoc.info/'
1919

20-
base_url: https://govuk-components.netlify.app
20+
base_url: https://govuk-components.x-govuk.org

0 commit comments

Comments
 (0)