Closed
Description
What is your issue?
The links https://docs.xarray.dev/en/latest/contributing.html and https://docs.xarray.dev/en/stable/contributing.html return HTTP 302 redirects back to those same URLs, leading to a redirect loop. These links are present in xarray's README.md and many other places including the contributing.rst itself. (I tried in a couple different browsers and via curl
.)
Looks like this is configured from the Read the Docs admin?
Activity
welcome commentedon May 1, 2025
Thanks for opening your first issue here at xarray! Be sure to follow the issue template!
If you have an idea for a solution, we would really welcome a Pull Request with proposed changes.
See the Contributing Guide for more.
It may take us a while to respond here, but we really value your contribution. Contributors like you help make xarray better.
Thank you!
jder commentedon May 1, 2025
Looks like this was probably part of #8708? cc @scottyhq
scottyhq commentedon May 1, 2025
Ah shoot, yes looks like it... A PR would be welcome, otherwise I'll plan to put in a fix tomorrow, in the meantime, the last rendering on the docs is still valid https://docs.xarray.dev/en/v2025.03.1/contributing.html
jder commentedon May 1, 2025
I wasn't sure how to fix with a PR since I think the redirect is configured in the Read the Docs admin? Unless you mean change all the URLS?