Skip to content

Inter-crate links are broken on docs.rs #8199

@andyleiserson

Description

@andyleiserson

There are a bunch of links from hal, core, and types to wgpu documentation written like this:

/// [`map_async()`]: ../wgpu/struct.Buffer.html#method.map_async

I assume this works when the documentation is built and viewed locally. But on docs.rs, the relative link resolves to https://docs.rs/wgpu-types/latest/wgpu/struct.Buffer.html#method.map_async, which does not exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: documentationDocumentation for crate items, public or privatetype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions