Skip to content

Commit

Permalink
Redirect roadmap.md to new roadmap location
Browse files Browse the repository at this point in the history
Signed-off-by: David Horstmann <[email protected]>
  • Loading branch information
davidhorstmann-arm committed Apr 14, 2023
1 parent 0e1113f commit 8e11531
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

# Tell reredirects to redirect moved pages
redirects = {
"roadmap/index.html": "../project/roadmap/"
}

0 comments on commit 8e11531

Please sign in to comment.