From ad8985e576c2eb0fa51268f4093101c81425cd21 Mon Sep 17 00:00:00 2001 From: EoinShaughnessy Date: Wed, 24 Nov 2021 10:11:32 +0000 Subject: [PATCH] Add correct link to release note content --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea6b760c3..6a7e0fd500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,7 +100,7 @@ You can now import multiple modules without overwriting the previous one, for ex If you're importing JavaScript modules individually, you should check any references to `window.GOVUKFrontend` in your code and update them to point to the correct component, `window.GOVUKFrontend.[ComponentName]`. You can now remove any workarounds you may have implemented. -This change was introduced in [pull request #1836: Rename exported JavaScript modules to include component name](https://github.com/alphagov/govuk-frontend/issues/1836)]. +This change was introduced in [pull request #2426: Rename exported JavaScript modules to include component name](https://github.com/alphagov/govuk-frontend/pull/2426). #### Update the HTML for hints