Skip to content

Anchor links broken in 3.0.x Markdown specification documents #3494

@jlevers

Description

@jlevers

The anchor links in the Markdown specs for versions 3.0.0, 3.0.1, and 3.0.2 are broken. The links point to camelCase anchors, but the anchors themselves are kebab-case. For instance, in the 3.0.2 spec, the Media Types index link points at the #mediaTypes anchor, but the actual Media Types heading has the anchor #media-types. This issue is present throughout the documents.

There are also some minor naming inconsistencies. I haven't done a thorough check, but I noticed that the OpenAPI Document index link points to the #oasDocument anchor, when the actual anchor is #openapi-document (so even if #oasDocument were changed to #oas-document, the anchor link still wouldn't work).

Not sure if the spec files are autogenerated or written manually. Happy to submit a PR if someone can point me in the right direction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions