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 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";