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
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
These currently redirect to a section landing page since a
content restructure. [An issue has been raised][1] to fix
this, but this addresses the issue here
[1]: dxw/playbook#1198
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 methodWe 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 defaultTO DO
Related: #1086
The text was updated successfully, but these errors were encountered: