SeaQL / seaql.github.io

📙 The official website of SeaQL
https://www.sea-ql.org/
Other
19 stars 42 forks source link

Broken links on documentation pages #129

Closed paul-hansen closed 1 month ago

paul-hansen commented 1 month ago

The page: https://www.sea-ql.org/SeaORM/docs/basic-crud/select/ Contains these broken links: filter find_related find_also_related find_with_related

It appears back around 0.6 these were included in the entity::prelude so they worked then. For example, adding the version 0.6 to the url makes them work. Doesn't work: https://docs.rs/sea-orm/*/sea_orm/entity/prelude/struct.Select.html#method.find_also_related Works: https://docs.rs/sea-orm/0.6/sea_orm/entity/prelude/struct.Select.html#method.find_also_related https://docs.rs/sea-orm/*/sea_orm/query/struct.Select.html#method.find_also_related

Might want to consider doing something to discover other broken links and perhaps add version numbers to docs.rs links so they don't break in the future.

tyt2y3 commented 1 month ago

Thanks for reporting. Can you submit a PR to fix those with the non-prelude links?