Skip to content

Commit 7ff924a

Browse files
authored
Use absolute URLS for images in README.
Images are currently broken in the PyPI README because we used relative URLs. This PR should fix that issue by using absolute URLs.
1 parent d33f767 commit 7ff924a

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,4 +1,4 @@
1-
<img src="docs/mellea_draft_logo_300.png" height=100>
1+
<img src="https://github.com/generative-computing/mellea/raw/main/docs/mellea_draft_logo_300.png" height=100>
22

33
# Mellea
44

@@ -45,7 +45,7 @@ You can get started with a local install, or by using Colab notebooks.
4545

4646
### Getting Started with Local Infernece
4747

48-
<img src="docs/GetStarted_py.png" style="max-width:800px">
48+
<img src="https://github.com/generative-computing/mellea/raw/main/docs/GetStarted_py.png" style="max-width:800px">
4949

5050
Install with pip:
5151

0 commit comments

Comments
 (0)