-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
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
Fix invalid release link generation #2412
Conversation
693a934
to
35fee22
Compare
CI passed. \o/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do manual testing now,
but just from reading the code I would say this will drop the target from the version links when I'm on a non-default target, since now you don't use params.target
at all any more.
Or am I missing something?
Example:
https://docs.rs/tokio_telegraf/0.5.0/i686-pc-windows-msvc/tokio_telegraf/index.html
In the version links in the dropdown we see the target name too.
Good point. I'll add a test for that as well, thanks! |
35fee22
to
e94aef1
Compare
e94aef1
to
4f9ea9f
Compare
Extended/fixed test and fixed code as well. |
Fixes #2411.
Sorry in advance for the noise but for some reason I can't run DB migrations locally so I can't run tests. I'll use the CI to check that I did correctly.