Skip to content

Commit

Permalink
Add rediraffe redirections to avoid broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 25, 2022
1 parent 64f7246 commit b274f11
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

0 comments on commit b274f11

Please sign in to comment.