Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in IBM DB2 image reference in README.md #28764

Closed
krushnarout opened this issue May 29, 2024 · 2 comments · Fixed by #28765
Closed

Typo in IBM DB2 image reference in README.md #28764

krushnarout opened this issue May 29, 2024 · 2 comments · Fixed by #28765
Labels
doc Namespace | Anything related to documentation

Comments

@krushnarout
Copy link

Screenshot

README.md

Description

The issue lies with the imb-db2.svg file name, which should be corrected to ibm-db2.svg or ibm-db2.png.

Current code snippet with the issue:

<img src="https://superset.apache.org/img/databases/imb-db2.svg" alt="db2" border="0" width="220" />

Should be:

<img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="db2" border="0" width="220" />

or

<img src="https://superset.apache.org/img/databases/ibm-db2.png" alt="db2" border="0" width="220" />

Design input

No specific design input is required for this issue, as it is a straightforward file name correction.

@dosubot dosubot bot added the doc Namespace | Anything related to documentation label May 29, 2024
Copy link

dosubot bot commented May 29, 2024

Hey @krushnarout! I'm here to help you with any bugs, questions, or contributions. I'll assist you while we wait for a human maintainer.

To correct the typo in the IBM DB2 image reference in the README.md file, you should change imb-db2.svg to ibm-db2.svg or ibm-db2.png. Here is the corrected section of the code:

<img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="db2" border="0" width="220" />

Alternatively, if you prefer to use the .png format:

<img src="https://superset.apache.org/img/databases/ibm-db2.png" alt="db2" border="0" width="220" />

This change should be made in the Supported Databases section of the README.md file [1].

Details

About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

@rusackas
Copy link
Member

Thanks for reporting this. Opened a PR to fix it. For once, it might've been easier to open a PR than an issue. Please feel free to correct anything like this that you come across in the future. Thanks again in any case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Namespace | Anything related to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants