Skip to content

Commit

Permalink
doc:conf: Make top-level redirects relative
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Oct 30, 2024
1 parent 74a7404 commit c5c732b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
# For example: 'explanation/old-name.html': '../how-to/prettify.html',

redirects = {
'README.md': '/',
'netplan': '/reference/netplan-yaml',
'netplan-everywhere': '/howto/netplan-everywhere',
'netplan-yaml': '/reference/netplan-yaml',
'README.md': '../',
'netplan': '../reference/netplan-yaml',
'netplan-everywhere': '../howto/netplan-everywhere',
'netplan-yaml': '../reference/netplan-yaml',
}

############################################################
Expand Down

0 comments on commit c5c732b

Please sign in to comment.