From b274f11c4326318b3681e1b3bb5bf1dd4357af11 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 25 Nov 2022 13:40:56 +0100 Subject: [PATCH] Add rediraffe redirections to avoid broken links --- docs/conf.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c9d343e..ceeb2fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,5 +63,19 @@ # rediraffe_branch = "main" rediraffe_redirects = { - # "old-file": "new-folder/new-file-name", + # Redirects added 2022-11-25 for PR 587 + "building-blocks/index": "index-team_policies", + "building-blocks/readme-badges": "practices/readme-badges", + "contribute/index": "index-team_guides", + "index-team_governance": "index-team_policies", + "milestones": "resources/milestones", + "talking": "practices/talking", + "team/adding-members": "practices/adding-members", + "team/community-strategy": "resources/community-strategy", + "team/member-guide": "index-team_policies", + "team/repository-code-standards": "practices/repository-code-standards", + "team/shared-infrastructure": "resources/shared-infrastructure", + + # Add additional redirects below if you relocate documents + # "old/folder/old-file": "new-folder/new-file", }