bito-code-review[bot] commented on PR #44275: URL: https://github.com/apache/superset/pull/44275#issuecomment-5672694208
<!-- Bito Reply --> The issue is valid. The link `./docs/using-superset/creating-your-first-dashboard.mdx#connecting-to-a-new-database` includes an explicit `docs/` directory prefix, which is incorrect when the file is already located within the `docs/` directory structure, leading to a broken link. To resolve this, remove the redundant `docs/` prefix from the path so it resolves correctly relative to the current file location. Would you like me to fetch all other comments on this PR to validate and fix them as well? **docs/DOCS_CLAUDE.md** ``` - [Database Connections](./using-superset/creating-your-first-dashboard.mdx#connecting-to-a-new-database) ``` -- 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]
