This is an automated email from the ASF dual-hosted git repository. hainenber pushed a commit to branch fix/update-doc-ref-in-db-connection-modal in repository https://gitbox.apache.org/repos/asf/superset.git
commit f5ad3a6de4fd1eff303a28bd6fafcce9cc33d7f4 Author: hainenber <[email protected]> AuthorDate: Thu Feb 19 17:20:08 2026 +0700 fix(db-modal): update doc refs for DB connection modal Signed-off-by: hainenber <[email protected]> --- .../src/features/databases/DatabaseModal/ModalHeader.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx b/superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx index 2738da20728..55567cf7670 100644 --- a/superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx +++ b/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', + gsheets: 'https://superset.apache.org/docs/databases/supported/google-sheets', }; const documentationLink = (engine: string | undefined) => {
