You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem there is if we change the link as suggested it will break here (and any other place that hosts the documentation). This seems to be a fundamental issue with docs.rs. As we are not maintaining that service I do not see how to fix that.
rust-lang/docs.rs/issues/204 seems to be issue you mentioned. According to this comment there is no appropriate solution available yet. The only absolute link. Wouldn't it be an option?
diesel/diesel_migrations/migrations_internals/src/lib.rs
Line 44 in 18d8de3
The aforementioned link in markdown produces https://docs.rs/crate/diesel_migrations/macro.embed_migrations.html. See diesel_migrations.
Correct target is https://docs.rs/diesel_migrations/1.4.0/diesel_migrations/macro.embed_migrations.html
The text was updated successfully, but these errors were encountered: