Skip to content

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

@swmcc

Description

@swmcc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions