Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dead links for Code of Conduct and Facilities pages #423

Open
4 tasks
swmcc opened this issue Oct 10, 2024 · 0 comments
Open
4 tasks

Fix dead links for Code of Conduct and Facilities pages #423

swmcc opened this issue Oct 10, 2024 · 0 comments

Comments

@swmcc
Copy link
Contributor

swmcc commented Oct 10, 2024

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant