Skip to content

Commit 768bdc1

Browse files
authored
fix logo url (#441)
1 parent 08620de commit 768bdc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/inftyai/llmaz-helm/main/docs/assets/logo.png">
4-
<img alt="llmaz" src="https://raw.githubusercontent.com/inftyai/llmaz-helm/main/docs/assets/logo.png" width=55%>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/inftyai/llmaz/main/site/static/images/logo.png">
4+
<img alt="llmaz" src="https://raw.githubusercontent.com/inftyai/llmaz/main/site/static/images/logo.png" width=55%>
55
</picture>
66
</p>
77

0 commit comments

Comments
 (0)