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
A few links on the site are currently pointing to outdated or dead pages. To fix this, we will implement redirects using the jekyll-redirect-from plugin to ensure proper redirection from the old URLs to the new ones.
A few links on the site are currently pointing to outdated or dead pages. To fix this, we will implement redirects using the
jekyll-redirect-from
plugin to ensure proper redirection from the old URLs to the new ones.Redirects to be added:
Code of Conduct:
Facilities:
Implementation:
For each page needing a redirect, we can add the following to the respective markdown files in the site repository:
For Code of Conduct:
For Facilities:
This will ensure that users accessing the old URLs are redirected to the new pages automatically, preventing broken links.
The text was updated successfully, but these errors were encountered: