This is an automated email from the ASF dual-hosted git repository.
rusackas 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 a67b0edfb2 fix(docs): fix url typo to fix a broken image (#28765)
a67b0edfb2 is described below
commit a67b0edfb25f041ba5a218a89a0beab13be727c1
Author: Evan Rusackas <[email protected]>
AuthorDate: Wed May 29 11:45:51 2024 -0600
fix(docs): fix url typo to fix a broken image (#28765)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6d73918104..aab794ec55 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ Here are some of the major database solutions that are
supported:
<img src="https://superset.apache.org/img/databases/postgresql.png"
alt="postgresql" border="0" width="200" />
<img src="https://superset.apache.org/img/databases/mysql.png" alt="mysql"
border="0" width="200" />
<img src="https://superset.apache.org/img/databases/mssql-server.png"
alt="mssql-server" border="0" width="200" />
- <img src="https://superset.apache.org/img/databases/imb-db2.svg" alt="db2"
border="0" width="220" />
+ <img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="db2"
border="0" width="220" />
<img src="https://superset.apache.org/img/databases/sqlite.png" alt="sqlite"
border="0" width="200" />
<img src="https://superset.apache.org/img/databases/sybase.png" alt="sybase"
border="0" width="200" />
<img src="https://superset.apache.org/img/databases/mariadb.png"
alt="mariadb" border="0" width="200" />