From 34bc46c40a5b162eff1d1f4c1b35b59e0afd8fa5 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Thu, 7 May 2026 16:33:46 -0700 Subject: [PATCH] more redirect fixes - conduct should be top-level page: moved back with redirect to /pages/conduct in place - mission was moved from top level to pages: added redirects --- pages/conduct.md => conduct.md | 3 +++ pages/mission.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) rename pages/conduct.md => conduct.md (98%) diff --git a/pages/conduct.md b/conduct.md similarity index 98% rename from pages/conduct.md rename to conduct.md index e365da24..02b543d2 100644 --- a/pages/conduct.md +++ b/conduct.md @@ -1,6 +1,9 @@ --- layout: otherpage title: Code of Conduct +redirect_from: + - /pages/conduct + - /pages/conduct/ --- diff --git a/pages/mission.md b/pages/mission.md index 316a36dd..6ef32771 100644 --- a/pages/mission.md +++ b/pages/mission.md @@ -1,6 +1,8 @@ --- layout: otherpage title: Mission +redirect_from: + - /mission/ --- The MDAnalysis community is interested in all facets of **working @@ -18,4 +20,4 @@ practices to maintain high standards of correctness and reproducibility. We emphasize educating our users to make best use of the tools that we produce, to enable them to become contributors to our community and code bases. -[FAIR principles]: https://www.go-fair.org/fair-principles/ \ No newline at end of file +[FAIR principles]: https://www.go-fair.org/fair-principles/