Skip to content

Commit c90db7f

Browse files
committed
minor #6820 Fixed the main index page redirections (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed the main index page redirections I'm sorry but in a previous PR I configured these redirections wrongly. I've just tested this change locally and it works as expected. Thanks! Commits ------- 47f1287 Fixed the main index page redirections
2 parents 31473a7 + 47f1287 commit c90db7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_build/redirection_map

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/book/index /
2-
/cookbook/index /
1+
/book/index /index
2+
/cookbook/index /index
33
/book/stable_api /contributing/code/bc
44
/book/internals /reference/events
55
/cookbook/console/sending_emails /cookbook/console/request_context

0 commit comments

Comments
 (0)