gtk-rs / gtk-rs-core

Rust bindings for GNOME libraries
https://gtk-rs.org/gtk-rs-core
MIT License
272 stars 104 forks source link

docs: Fix broken links / cleanup README #1395

Closed felinira closed 1 month ago

felinira commented 1 month ago

Fix broken links so that cargo doc is happy.

Uses a trick with redefining the markdown link anchors to make the links in the README.md work both in github and generated docs (the former linking to gtk-rs.org, the latter linking to the generated docs). Not sure if this is worth the effort but I stumbled upon this trick on the internet and found the solution to be quite neat.

felinira commented 1 month ago

btw, what's up with the docs embed CI failure?

bilelmoussaoui commented 1 month ago

do you mind rebasing this PR to see if the docs embed still complains about the safety doc ?