Skip to content

Commit

Permalink
menu link update
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Oct 2, 2023
1 parent 761d10a commit b5311a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,32 +146,32 @@
"children": [
{
"name": "Quick Start",
"url": "https://docs.dipy.org",
"url": "https://docs.dipy.org/stable",
"link_type": "inter"
},
{
"name": "Tutorials",
"url": "https://docs.dipy.org/tutorials",
"url": "https://docs.dipy.org/stable/examples_built/index",
"link_type": "inter"
},
{
"name": "Recipes",
"url": "https://docs.dipy.org/recipes",
"url": "https://docs.dipy.org/stable/recipes",
"link_type": "inter"
},
{
"name": "CLI / Workflows",
"url": "https://docs.dipy.org/cli",
"url": "https://docs.dipy.org/stable/interfaces/index",
"link_type": "inter"
},
{
"name": "API",
"url": "https://docs.dipy.org/reference",
"url": "https://docs.dipy.org/stable/reference/index",
"link_type": "inter"
},
{
"name": "CLI API",
"url": "https://docs.dipy.org/cli/reference",
"url": "https://docs.dipy.org/stable/reference_cmd/index",
"link_type": "inter"
}
]
Expand Down Expand Up @@ -353,7 +353,7 @@
},
{
"name": "Tutorials",
"link": "https://docs.dipy.org/tutorials/",
"link": "https://docs.dipy.org/stable/tutorials/",
"link_type": "inter"
},
{
Expand Down

0 comments on commit b5311a2

Please sign in to comment.