projectfluent / fluent-rs

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

Rustdoc links have incorrect syntax #239

Closed SOF3 closed 1 year ago

SOF3 commented 2 years ago

Rustdoc intra-links should use [`foo`][bar] instead of [`foo`](bar) if it references a code item.

https://doc.rust-lang.org/rustdoc/linking-to-items-by-name.html

gregtatum commented 1 year ago

I don't think this is accurate? Nothing in the linked doc suggests this is a requirement. If I'm wrong please show me where I'm missing it.

SOF3 commented 1 year ago

not sure how come I wrote that one year ago or where I found broken links, but you're right, parentheses are correct.

gregtatum commented 1 year ago

There are definitely some broken links, as they are not being linted for.