You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
When we moved from "Who we are" to "About us", I set up a bunch of Jekyll redirects. These work, but links like /who-we-are/#our-mission and /who-we-are/#make-everything-we-do-accessible will only redirect to /about-us (with the hash fragment) using this method
We can use the redirect manager to improve the experience with links like these, so that /about-us/#our-mission would redirect to /about-us/our-mission-values-and-principles/#our-mission and /about-us/#make-everything-we-do-accessible would redirect to /our-mission-values-and-principles/#make-everything-we-do-accessible, while still redirecting to the section landing page (/about-us) by default
TO DO
set up redirects for all sections that existed in "Who we are" before Who we are content restructure #1148 that have direct replacements in the current "About us" section
When we moved from "Who we are" to "About us", I set up a bunch of Jekyll redirects. These work, but links like
/who-we-are/#our-missionand/who-we-are/#make-everything-we-do-accessiblewill only redirect to/about-us(with the hash fragment) using this methodWe can use the redirect manager to improve the experience with links like these, so that
/about-us/#our-missionwould redirect to/about-us/our-mission-values-and-principles/#our-missionand/about-us/#make-everything-we-do-accessiblewould redirect to/our-mission-values-and-principles/#make-everything-we-do-accessible, while still redirecting to the section landing page (/about-us) by defaultTO DO
Related: #1086