projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.04k stars 95 forks source link

docs: An attempt to fix broken links. #258

Closed saona-raimundo closed 2 years ago

saona-raimundo commented 2 years ago

Tries to fix #257 (fixes all but one).

There are still many links that I could not fix in the fluent crate, but they are not a problem in the fluent-bundle crate. I do not understand why these problems arise.

Relevant readings on Rust docs:

Useful tools

I can recommend trying cargo-deadlinks. It helped find broken links, even if the error message is not the best.