The Markdown reference style link syntax seems to not be recognised by whatever you use for crate information page (where the README is displayed). A Markdown reference style link looks like this: ``` [I'm a reference-style link][link] [link]: example.org ``` This issue breaks README's like [mine](https://beta.docs.rs/crate/tutil/0.1.1).