diff --git a/modules/localgov_elections_ons_twenty_three_wards/README.md b/modules/localgov_elections_ons_twenty_three_wards/README.md index 0a45444..34c6b7e 100644 --- a/modules/localgov_elections_ons_twenty_three_wards/README.md +++ b/modules/localgov_elections_ons_twenty_three_wards/README.md @@ -16,7 +16,7 @@ This dataset provides boundary data for UK Wards. We also link to a different dataset in the plugin form which is used to help the user find the correct Local Authority District Code for when specifying their electoral area. This dataset is -titled "[Local Authority Districts (April 2023) Names and Codes in the United Kingdom](https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-april-2023-names-and-codes-in-the-united-kingdom/explore?showTable=true)". +titled "[Local Authority Districts (April 2023) Names and Codes in the United Kingdom](https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-april-2023-names-and-codes-in-the-uk/explore)". ## Boundary Fetching Process diff --git a/modules/localgov_elections_ons_twenty_three_wards/src/Plugin/BoundaryProvider/OnsTwentyThreeWards.php b/modules/localgov_elections_ons_twenty_three_wards/src/Plugin/BoundaryProvider/OnsTwentyThreeWards.php index 8a58d26..16ef7c7 100644 --- a/modules/localgov_elections_ons_twenty_three_wards/src/Plugin/BoundaryProvider/OnsTwentyThreeWards.php +++ b/modules/localgov_elections_ons_twenty_three_wards/src/Plugin/BoundaryProvider/OnsTwentyThreeWards.php @@ -123,7 +123,7 @@ public function isConfigurable() { */ public function buildConfigurationForm(array $form, FormStateInterface $form_state) { - $url = "https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-april-2023-names-and-codes-in-the-united-kingdom/explore?showTable=true"; + $url = "https://geoportal.statistics.gov.uk/datasets/ons::local-authority-districts-april-2023-names-and-codes-in-the-uk/explore"; $form['lad'] = [ '#type' => 'textfield',