Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External links identified incorrectly as internal links #1982

Open
Anshuman71 opened this issue May 17, 2024 · 0 comments
Open

External links identified incorrectly as internal links #1982

Anshuman71 opened this issue May 17, 2024 · 0 comments
Labels
🐛 Type: Bug Something isn't working

Comments

@Anshuman71
Copy link

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

@Anshuman71 Anshuman71 added the 🐛 Type: Bug Something isn't working label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant