We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When requesting a url on docs.rs that gets redirected e.g. because the wrong version of -/_ was used, e.g. https://docs.rs/embedded_graphics/0.8.0/embedded_graphics, and you add query parameters, e.g. https://docs.rs/embedded_graphics/0.8.0/embedded_graphics/?search=pixel, you get redirected to https://docs.rs/embedded-graphics/0.8.0/embedded_graphics/ with the query parameter stripped. I think the redirect should instead go to https://docs.rs/embedded-graphics/0.8.0/embedded_graphics/?search=pixel, i.e. keeping the query parameters.
The text was updated successfully, but these errors were encountered:
You're right, I'm actually surprised this didn't occur to anyone before.
Sorry, something went wrong.
Taking a look.
Fixed in #2800.
Successfully merging a pull request may close this issue.
When requesting a url on docs.rs that gets redirected e.g. because the wrong version of -/_ was used, e.g. https://docs.rs/embedded_graphics/0.8.0/embedded_graphics, and you add query parameters, e.g. https://docs.rs/embedded_graphics/0.8.0/embedded_graphics/?search=pixel, you get redirected to https://docs.rs/embedded-graphics/0.8.0/embedded_graphics/ with the query parameter stripped. I think the redirect should instead go to https://docs.rs/embedded-graphics/0.8.0/embedded_graphics/?search=pixel, i.e. keeping the query parameters.
The text was updated successfully, but these errors were encountered: