Copilot commented on code in PR #40102: URL: https://github.com/apache/superset/pull/40102#discussion_r3238661212
########## docs/developer_docs/extensions/extension-points/editors.md: ########## @@ -217,6 +217,6 @@ const disposable = handle.registerCompletionProvider(provider); ## Next Steps -- **[SQL Lab Extension Points](./sqllab)** - Learn about other SQL Lab customizations +- **[SQL Lab Extension Points](./sqllab.md)** - Learn about other SQL Lab customizations - **[Contribution Types](../contribution-types)** - Explore other contribution types - **[Development](../development)** - Set up your development environment Review Comment: This Next Steps block is only partially converted to extension-qualified links. The following two `../...` links still use bare relative routes, so from the canonical trailing-slash page URL they resolve under `/developer-docs/extensions/extension-points/` and preserve the same SPA-navigation 404 this PR is fixing. Add the `.md` extension to the adjacent `../contribution-types` and `../development` links as well. -- 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]
