Skip to content

Commit a0eebda

Browse files
authored
Fix trivial logo image URL problem (#47)
Image URLs need to be absolute, not relative, in order for images to show up on PyPI.
1 parent 55ab9d8 commit a0eebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ Copyright 2025 Google LLC.
114114
<div align="center">
115115
<a href="https://quantumai.google">
116116
<img width="15%" alt="Google Quantum AI"
117-
src="./assets/quantum-ai-vertical.svg">
117+
src="https://raw.githubusercontent.com/quantumlib/chromobius/refs/heads/main/assets/quantum-ai-vertical.svg">
118118
</a>
119119
</div>

0 commit comments

Comments
 (0)