jethac opened a new issue, #42991: URL: https://github.com/apache/superset/issues/42991
### Problem `docs/developer_docs/extensions/overview.md` links to sibling pages without a file extension: ``` ](./quick-start) ](./architecture) ](./dependencies) ](./contribution-types) ](./development) ``` These resolve under the docs site's routing but break anywhere the file is read as a file — GitHub's own Markdown rendering, editors, and any tool following links in the repository. Readers landing on the file via GitHub get dead links. ### Proposed change Add the `.md` extension to the relative links so they resolve both as files and as site routes. Verified against `master` at `3539c41dab`. -- 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]
