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
+5-5Lines changed: 5 additions & 5 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 Runner [](https://github.com/alphagov/forms-runner/actions/workflows/test.yml)
1
+
# GOV.UK Forms Runner [](https://github.com/govuk-forms/forms-runner/actions/workflows/test.yml)
2
2
3
3
GOV.UK Forms is a service for creating forms. GOV.UK Forms Runner is a an application which displays those forms to end users so that they can be filled in. It's a Ruby on Rails application without a database. It uses Redis for state.
4
4
@@ -21,7 +21,7 @@ We recommend using a version manager to install and manage these, such as:
21
21
22
22
```bash
23
23
# 1. Clone the git repository and change directory to the new folder
You will also need to run the [forms-admin service](https://github.com/alphagov/forms-admin), as this app needs the API to create and access forms.
50
+
You will also need to run the [forms-admin service](https://github.com/govuk-forms/forms-admin), as this app needs the API to create and access forms.
51
51
52
52
#### Getting AWS credentials
53
53
@@ -261,7 +261,7 @@ If the jobs you need to test interact with AWS, follow the instructions for [Get
261
261
262
262
The forms-runner app is containerised (see [Dockerfile](Dockerfile)) and can be deployed in the same way you'd normally deploy a containerised app.
263
263
264
-
We host our apps using Amazon Web Services (AWS). You can [read about how deployments happen on our team wiki](https://github.com/alphagov/forms-team/wiki/Deploying-code-changes-AWS), if you have access.
264
+
We host our apps using Amazon Web Services (AWS). You can [read about how deployments happen on our team wiki](https://github.com/govuk-forms/forms-team/wiki/Deploying-code-changes-AWS), if you have access.
265
265
266
266
### Logging
267
267
@@ -272,7 +272,7 @@ We host our apps using Amazon Web Services (AWS). You can [read about how deploy
272
272
273
273
### Updating Docker files
274
274
275
-
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)
275
+
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