Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

External links identified incorrectly as internal links #1982

@Anshuman71

Description

@Anshuman71

If an external link ends with .html it is recognized as an internal link. For example, in the following content the SDKResponse link renders as external but the narrowing link renders as internal. Removing the .html makes the narrowing link render as external.

All API methods return the SDKResponse type, which has an isError boolean property that can be used for narrowing. When isError is false the response contains a data property with the return type from the API hub, and when true there is an error property with details on the error.

17-05-2024-at-17-13-56@2x

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions