codeant-ai-for-open-source[bot] commented on PR #38091:
URL: https://github.com/apache/superset/pull/38091#issuecomment-3986192020
## **Sequence Diagram**
When a user needs help connecting a database, the modal resolves and
displays the appropriate documentation URL based on the database engine type.
This PR updates those URLs to point to the new Superset Docs v2 locations.
```mermaid
sequenceDiagram
participant User
participant DBModal as Database Modal
participant DocResolver as Documentation Link Resolver
participant External as Superset Docs
User->>DBModal: Open database connection modal
DBModal->>DocResolver: Get help link for engine (e.g., mssql, gsheets)
DocResolver->>DocResolver: Lookup irregularDocumentationLinks
or<br/>fall back to default URL
DocResolver-->>DBModal: Return updated documentation URL
User->>DBModal: Click "connecting to [database]" help link
DBModal->>External: Navigate to Superset documentation
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]