Skip to content

Commit 451d6b0

Browse files
authored
fix redirect (apache#2603)
1 parent a7814da commit 451d6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
myst_enable_extensions = ["colon_fence", "deflist", "tasklist"]
142142

143143
redirects = {
144-
"overview.html": "about/overview.html",
144+
"overview.html": "about/index.html",
145145
"gluten_comparison.html": "about/gluten_comparison.html",
146146
"user-guide/overview.html": "../about/overview.html",
147147
"user-guide/gluten_comparison.html": "../about/gluten_comparison.html",

0 commit comments

Comments
 (0)