From 0f28c191ccf51dd2669f0e47d776d8f43dd26478 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Tue, 21 Jan 2020 13:28:24 +0000 Subject: [PATCH] Update README - components are no longer supplied by static --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8bce7a91..619545a58 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Not all schemas that this app can handle are rendered by it in production. Pages are rendered using components. Components can be specific to government-frontend or shared between applications. -Shared components are provided by static and are documented in the [static component guide](https://govuk-static.herokuapp.com/component-guide). +Shared components are provided by govuk_publishing_components and are documented in the [component guide](https://components.publishing.service.gov.uk/component-guide). Components specific to government-frontend are [within the application](https://github.com/alphagov/government-frontend/tree/master/app/views/components) and follow rules set out by the [govuk_publishing_components](https://github.com/alphagov/govuk_publishing_components) gem. They are documented in the [government-frontend component guide](https://government-frontend.herokuapp.com/component-guide). @@ -193,7 +193,7 @@ This path should always be a contact page, any other content page type will resu #### Availability URL This URL is used to check the availability of agents at regular intervals. -| Function | Required | +| Function | Required | |-----------|-----------| | Request Method | GET | | Response Format | JSON |