This is an automated email from the ASF dual-hosted git repository.
hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new fc5fda3d1a6 fix(db-modal): update doc refs for DB connection modal
(#38091)
fc5fda3d1a6 is described below
commit fc5fda3d1a60958635c102b543340b6a028eca5a
Author: Đỗ Trọng Hải <[email protected]>
AuthorDate: Tue Mar 3 09:08:46 2026 +0700
fix(db-modal): update doc refs for DB connection modal (#38091)
---
.../src/features/databases/DatabaseModal/ModalHeader.tsx | 8 +++++---
1 file changed, 5 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..7139ebd1bc7 100644
--- a/superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx
+++ b/superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx
@@ -33,12 +33,14 @@ const supersetTextDocs = getDatabaseDocumentationLinks();
export const DOCUMENTATION_LINK = supersetTextDocs
? supersetTextDocs.support
- :
'https://superset.apache.org/docs/configuration/databases#installing-database-drivers';
+ :
'https://superset.apache.org/user-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/user-docs/databases/supported/microsoft-sql-server',
+ gsheets:
+ 'https://superset.apache.org/user-docs/databases/supported/google-sheets',
};
const documentationLink = (engine: string | undefined) => {