lpc8xx-hal icon indicating copy to clipboard operation
lpc8xx-hal copied to clipboard

Links in documentation largely broken

Open hannobraun opened this issue 5 years ago • 1 comments

Many of the links in the generated API documentation are largely broken. This is not something we can fix easily: The only viable way to link to other resources within the documentation are relative links. In the presence of re-exports, the relative link is only going to be correct for either the original or the re-exported type.

I think we can use intra-doc links to fix this. This feature is currently on its way to being stabilized: https://github.com/rust-lang/rust/issues/43466, https://github.com/rust-lang/rust/pull/74430

hannobraun avatar Aug 12 '20 09:08 hannobraun

Intra-doc links are stable now. Removing the upstream label.

hannobraun avatar Mar 15 '21 12:03 hannobraun