Skip to content

Commit 8ed713f

Browse files
authored
Fix README.md logo (#1370)
Was fixed in #1268 but has moved again. Also fixed (duplicated) `alt` test on license badge.
1 parent 29a3c1d commit 8ed713f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://hazelcast.com">
3-
<img class="center" src="https://docs.hazelcast.com/_/img/hazelcast-logo.svg" alt="logo">
3+
<img class="center" src="https://hazelcast.com/files/brand-images/logo/hazelcast-logo.svg" alt="Hazelcast logo">
44
</a>
55
<h2 align="center">Hazelcast C++ Client</h2>
66
</p>
@@ -15,7 +15,7 @@
1515
<img src="https://img.shields.io/twitter/follow/Hazelcast.svg?style=flat-square&colorA=1da1f2&colorB=&label=Follow%20on%20Twitter" alt="Follow on Twitter">
1616
</a>
1717
<a href="LICENSE">
18-
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="Chat on Slack">
18+
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="Apache 2.0 license badge">
1919
</a>
2020
</p>
2121

0 commit comments

Comments
 (0)