You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# GOV.UK Forms Admin [](https://github.com/alphagov/forms-admin/actions/workflows/test.yml)
1
+
# GOV.UK Forms Admin [](https://github.com/govuk-forms/forms-admin/actions/workflows/test.yml)
2
2
3
3
GOV.UK Forms is a service for creating forms. GOV.UK Forms Admin is a an application to handle the administration, design and publishing of those forms. It's a Ruby on Rails application built on a PostgreSQL database.
4
4
@@ -22,7 +22,7 @@ We recommend using a version manager to install and manage these, such as:
22
22
23
23
```bash
24
24
# 1. Clone the git repository and change directory to the new folder
@@ -242,7 +242,7 @@ If you want to deliberately raise an exception to test, uncomment out the trigge
242
242
243
243
The forms-admin app is containerised (see [Dockerfile](Dockerfile)) and can be deployed however you would normally deploy a containerised app.
244
244
245
-
We host our apps using Amazon Web Services (AWS). You can [read about how deployments happen on our team wiki, if you have access](https://github.com/alphagov/forms-team/wiki/Deploying-code-changes-in-AWS).
245
+
We host our apps using Amazon Web Services (AWS). You can [read about how deployments happen on our team wiki, if you have access](https://github.com/govuk-forms/forms-team/wiki/Deploying-code-changes-in-AWS).
246
246
247
247
### Logging
248
248
@@ -252,7 +252,7 @@ We host our apps using Amazon Web Services (AWS). You can [read about how deploy
252
252
253
253
### Updating Docker files
254
254
255
-
To update the version of [Alpine Linux] and Ruby used in the Dockerfile, use the [update_app_versions.sh script in forms-deploy](https://github.com/alphagov/forms-deploy/blob/main/support/update_app_versions.sh)
255
+
To update the version of [Alpine Linux] and Ruby used in the Dockerfile, use the [update_app_versions.sh script in forms-deploy](https://github.com/govuk-forms/forms-deploy/blob/main/support/update_app_versions.sh)
0 commit comments