Mayankaggarwal8055 opened a new pull request, #38649: URL: https://github.com/apache/superset/pull/38649
Fixes #38590 This updates the API links in `docs/developer_docs/api.mdx` from relative `./api/...` paths to absolute `/docs/api/...` paths. When the developer docs page is opened from a nested URL like `/developer-docs/api/`, the relative links resolve incorrectly and add an extra `api` path segment. Using absolute paths ensures the endpoint documentation links resolve correctly. ## Changes - Updated markdown links in `docs/developer_docs/api.mdx` - Replaced broken relative `./api/...` links with absolute `/docs/api/...` links - Kept the change limited to the affected docs file ## Testing - Verified the change is limited to `docs/developer_docs/api.mdx` - Confirmed the updated links no longer depend on the current nested page path -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
