From 04b13c9822808f36c912e459f683b59afb89f62f Mon Sep 17 00:00:00 2001 From: David Cox <98318778+dav-idc@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:16:29 -0500 Subject: [PATCH] re-route archived link on "Getting started: production" page It looks like the old link here was archived in November / December, as part of the 5.0 release. I feel like routing people to the Frontend docs page on making sure to keep up to date with the latest version is a pretty valuable alternative piece of guidance for teams still stuck on GOV.UK Elements, Templates, etc. --- src/get-started/production/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get-started/production/index.md b/src/get-started/production/index.md index 0eb623d5ec..6bf422f88c 100644 --- a/src/get-started/production/index.md +++ b/src/get-started/production/index.md @@ -14,7 +14,7 @@ This guide explains how to set up your project so you can start using the styles {{ govukInsetText({ classes: "app-table--constrained", - html: 'If you’ve used GOV.UK Elements, GOV.UK Template or the GOV.UK Frontend Toolkit before, you might also find it useful to read the guide on updating your code.' + html: 'If you’ve used GOV.UK Elements, GOV.UK Template or the GOV.UK Frontend Toolkit before, you might also find it useful to read the guide on staying up to date with changes.' }) }} ## Include GOV.UK Frontend in your project