-
Notifications
You must be signed in to change notification settings - Fork 619
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
Images in readme have crate name incorrectly injected into URL #9886
Comments
This is an unfortunate consequence of using Upon publish, your options are either to use absolute URLs in the document, or to move/copy the document into the |
Thanks for the clartification. Would symlink work in this case? Putting just README.md in Cargo.toml and then having a symlink (not actual file) to the root? I would have to create a release just to test it out so perhaps you would know. Thanks! |
if I remember correctly, this will ultimately result in a similar issue due to the factors mentioned above. sorry :-/ |
Current Behavior
E.g.
https://crates.io/crates/agdb
Images in any of the following forms:
Will result in incorrect URL:
The name of the crate is wrongly inserted after the HEAD part.
Expected Behavior
The URL does not have the crate name injected after HEAD part.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: