Skip to content

Commit

Permalink
21954: Added missing redirects (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser authored Oct 22, 2024
1 parent 47612c0 commit 125a72e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@
# https://documatt.com/sphinx-reredirects/usage.html
redirects = {
# "foo": "/bar.html" # Creates a redirect from "/foo.html" to "/bar.html"
"user_guide/index.html": "/en/release-latest/user_guide/index.html"
"getting_started/concepts.html": "/en/release-latest/getting_started/concepts.html",
"user_guide/index.html": "/en/release-latest/user_guide/index.html",
"user_guide/basic_capabilities/predictions.html": "/en/release-latest/user_guide/basic_capabilities/predictions.html",
"user_guide/concepts/null_sparse_data.html": "/en/release-latest/user_guide/concepts/null_sparse_data.html",
}

# -- Documentation Setup -----------------------------------------------------
Expand Down

0 comments on commit 125a72e

Please sign in to comment.