Skip to content

bug: javadoc.io /doc/ URLs fail Lychee fragment checks #11037

Description

@chalin

What happened?

Lychee reports Cannot find fragment for:

https://javadoc.io/doc/com.azure/azure-cosmos/latest/com/azure/cosmos/CosmosAsyncContainer.html#executeBulkOperations%28reactor.core.publisher.Flux%29

javadoc.io/doc/… is a JS wrapper with no method anchors; the id exists only on javadoc.io/static/….

What did you expect would happen?

Fragment check passes once the link targets HTML that includes the anchor (or is temporarily ignored).

Name + path of the page

/docs/specs/semconv/db/cosmosdb/ (from content-modules/semantic-conventions)

Additional context

Seen on #11023. Related pattern: #10729.

Tasks

  • Add a temporary Lychee ignore in lychee.base.toml (Refresh refcache #11023)
  • Submit a patch to semantic-conventions (use /static/… or drop the fragment)
  • Drop the temporary ignore after picking up the fixed submodule

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions