eschutho commented on a change in pull request #13182:
URL: https://github.com/apache/superset/pull/13182#discussion_r577919312
##########
File path: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx
##########
@@ -402,7 +419,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps>
= ({
<div className="helper">
{t('Refer to the ')}
<a
-
href="https://docs.sqlalchemy.org/en/rel_1_2/core/engines.html#"
+ href={conf?.SQLALCHEMY_DOCS_URL ?? DEFAULT_SQLALCHEMY_DOCS_URL}
Review comment:
do we want to also update the string text below?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]