readthedocs.org: Page Redirects no longer work
Page Redirects as documented here are no longer working.
For example, a redirect exists that maps /getting-started.html
to /getting-started/overview.html
. Visiting docs.smartthings.com/en/latest/getting-started.html
does not redirect; it simply 404’s.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Reactions: 3
- Comments: 16 (4 by maintainers)
Commits related to this issue
- Redirect Api_Methods/ to API_Methods/ Workaround broken ReadTheDocs redirects https://github.com/rtfd/readthedocs.org/issues/1826#issuecomment-214753550 — committed to mathquill/mathquill by laughinghan 8 years ago
I think the problem here (or at least part of it…) is that the slash at the beginning of the URL is required. The ‘Outcome’ panel at the bottom of the form wrongly adds an extra slash, which will inevitably prompt users to correct it by removing the slash from their input fields:
(I notice @joschi’s screenshot above is missing the leading slashes, which is probably why those redirects aren’t working…)
Related to #2380 and there is a PR on progress #2711