bito-code-review[bot] commented on code in PR #38091: URL: https://github.com/apache/superset/pull/38091#discussion_r2826925477
########## superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx: ########## @@ -33,12 +33,12 @@ const supersetTextDocs = getDatabaseDocumentationLinks(); export const DOCUMENTATION_LINK = supersetTextDocs ? supersetTextDocs.support - : 'https://superset.apache.org/docs/configuration/databases#installing-database-drivers'; + : 'https://superset.apache.org/docs/databases/#installing-database-drivers'; const irregularDocumentationLinks = { postgresql: 'https://superset.apache.org', - mssql: 'https://superset.apache.org/docs/databases/sql-server', - gsheets: 'https://superset.apache.org/docs/databases/google-sheets', + mssql: 'https://superset.apache.org/docs/databases/supported/sql-server', Review Comment: <div> <div id="suggestion"> <div id="issue"><b>Incorrect Documentation URL</b></div> <div id="fix"> The documentation URL for Microsoft SQL Server points to a 404 page. Based on the official Superset documentation structure, it should include 'microsoft-' in the path. </div> <details> <summary> <b>Code suggestion</b> </summary> <blockquote>Check the AI-generated fix before applying</blockquote> <div id="code"> ````suggestion mssql: 'https://superset.apache.org/docs/databases/supported/microsoft-sql-server', ```` </div> </details> </div> <small><i>Code Review Run #a60b37</i></small> </div> --- Should Bito avoid suggestions like this for future reviews? (<a href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>) - [ ] Yes, avoid them -- 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]
