Conversation
jsignell
commented
Oct 18, 2021
- Closes #Nested documentation redirects not working #8255
jrbourbeau
left a comment
There was a problem hiding this comment.
Thanks @jsignell! IIUC it looks like we'll need to be careful in the future to include a ../ for each level in the original URL (e.g. foo/bar.html will need a single ../, foo/bar/baz.html will need ../../. I wonder if there's a way we could have both the new and old URLs be relative to the root of the documentation (like how they currently are configured on main)? My guess is that's likely to be less error prone in the future
Good idea. I changed it around so that the input doesn't need to be altered. |
|
I'll merge this tomorrow unless it's too hacky for your tastes @jrbourbeau :) |