Skip to content

Commit

Permalink
fix some redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Dec 16, 2023
1 parent 575e308 commit f566a7f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,14 @@

# -- Options for sphinx-reredirects -------------------------------------------
redirects = {
"workshop/latest": "https://workshop.dipy.org/workshops/dipy-workshop-2024",
"workshop/": "https://workshop.dipy.org/workshops/",
"workshop/index": "https://workshop.dipy.org/workshops/"
"workshop/latest": "https://workshop.dipy.org/workshops/dipy-workshop-2024",
"workshop/": "https://workshop.dipy.org/workshops/",
"workshop/index": "https://workshop.dipy.org/workshops/",
"workshops/dipy-workshop-2024": "https://workshop.dipy.org/workshops/dipy-workshop-2024",
"workshops/dipy-workshop-2023": "https://workshop.dipy.org/workshops/dipy-workshop-2023",
"workshops/dipy-workshop-2022": "https://workshop.dipy.org/workshops/dipy-workshop-2022",
"workshops/dipy-workshop-2021": "https://workshop.dipy.org/workshops/dipy-workshop-2021",
"workshops/dipy-workshop-2020": "https://workshop.dipy.org/workshops/dipy-workshop-2020",
"workshops/dipy-workshop-2019": "https://workshop.dipy.org/workshops/dipy-workshop-2019",
}

0 comments on commit f566a7f

Please sign in to comment.