-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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:
- Redirect from: https://www.farsetlabs.org.uk/about/rules_and_policies.html
- Redirect to: https://www.farsetlabs.org.uk/community/code_of_conduct/
-
Facilities:
- Redirect from: https://www.farsetlabs.org.uk/about/facility.html
- Redirect to: https://www.farsetlabs.org.uk/about/facility.html
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:
---
layout: page
title: "Code of Conduct"
redirect_from:
- /about/rules_and_policies.html
---For Facilities:
---
layout: page
title: "Facilities"
redirect_from:
- /about/facility.html
---This will ensure that users accessing the old URLs are redirected to the new pages automatically, preventing broken links.
Metadata
Metadata
Assignees
Labels
No labels