-
Notifications
You must be signed in to change notification settings - Fork 72
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
Readme Opensearch Logo linking to non-existent file [CCI] #566
Conversation
Signed-off-by: Timur Bolotov <[email protected]>
README.md
Outdated
@@ -1,4 +1,4 @@ | |||
![OpenSearch logo](OpenSearch.svg) | |||
<img src="https://opensearch.org/assets/img/opensearch-logo-themed.svg" height="64px"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KrooshalUX This should also have an alt
attribute right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KrooshalUX This should also have an
alt
attribute right?
It's a markdown link now with thealt
attribute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use "OpenSearch Dashboards" as the alt content. Thanks!
Signed-off-by: Timur Bolotov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice - I know we may eventually want a OUI or OpenSearch Design System logo here instead, but this is definitely an improvement for now!
It's on my "to-do" list! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Looks like other repo's logos are a little smaller, but I'm sure we'll fix it up when we get an OUI logo
* fix: logo linking to non-existent file Signed-off-by: Timur Bolotov <[email protected]> * chore: use markdown link with alt text Signed-off-by: Timur Bolotov <[email protected]> --------- Signed-off-by: Timur Bolotov <[email protected]> (cherry picked from commit 2de51fb) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: logo linking to non-existent file Signed-off-by: Timur Bolotov <[email protected]> * chore: use markdown link with alt text Signed-off-by: Timur Bolotov <[email protected]> --------- Signed-off-by: Timur Bolotov <[email protected]> (cherry picked from commit 2de51fb) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: logo linking to non-existent file * chore: use markdown link with alt text --------- (cherry picked from commit 2de51fb) Signed-off-by: Timur Bolotov <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: logo linking to non-existent file * chore: use markdown link with alt text --------- (cherry picked from commit 2de51fb) Signed-off-by: Timur Bolotov <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This fix changes the logo linking, as it was leading to a non-existent file. Instead, it uses the logo asset that is stored externally on the OpenSearch website.
Issues Resolved
Closes #564
Check List
yarn lint
yarn test-unit
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.