From e49e2669ff49ce80674d2cc0e7eced75580202c4 Mon Sep 17 00:00:00 2001 From: Rachele Morino Date: Tue, 6 Jan 2026 14:37:31 -0500 Subject: [PATCH 1/2] Update boston school choice link The previous site has been renamed without a redirect and appears broken on click. Update to use the main boston public schools website. --- src/frontend/src/constants.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/src/constants.ts b/src/frontend/src/constants.ts index 7016f676..0b064d84 100644 --- a/src/frontend/src/constants.ts +++ b/src/frontend/src/constants.ts @@ -119,7 +119,6 @@ export const MAPBOX_GEOCODING_API_BASE_URL = "https://api.mapbox.com/search/geocode/v6/forward"; export const CAMBRIDGE_SCHOOL_CHOICE_LINK = "https://www.cpsd.us/"; -export const BOSTON_SCHOOL_CHOICE_LINK = - "https://discover.bostonpublicschools.org/"; +export const BOSTON_SCHOOL_CHOICE_LINK = "https://bostonpublicschools.org/"; export const AFFORDABILITY_CALCULATOR_URL = "https://www.bostonhousing.org/en/Section-8-Leased-Housing/How-Rent-is-Set/Can-I-afford-this-apartment-Use-our-new-Rent-Esti.aspx"; From 41bfdfe2ad84db2b9ae123805bf2276cf63cacad Mon Sep 17 00:00:00 2001 From: Rachele Morino Date: Tue, 6 Jan 2026 14:42:20 -0500 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9868ec5..640da5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,5 +72,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix various modal & autocomplete UX issues [#766](https://github.com/azavea/echo-locator/pull/766) - Offset modals if mobile keyboard open [#774](https://github.com/azavea/echo-locator/pull/774) - Clean up following data update [#777](https://github.com/azavea/echo-locator/pull/777) +- Update boston school choice link [#778](https://github.com/azavea/echo-locator/pull/778) ### Removed