Skip to content

Commit 9688599

Browse files
committed
fix: use absolute URLs for README images so they render on PyPI
PyPI does not resolve relative image paths — images must use full URLs to raw.githubusercontent.com. Also fixes the workflow diagram path which pointed to a non-existent images/ directory (the file is actually in docs/source/assets/). Closes #9
1 parent 2fb0d42 commit 9688599

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/source/assets/instanexus_logo 2.svg" width="600" alt="InstaNexus logo">
2+
<img src="https://raw.githubusercontent.com/Multiomics-Analytics-Group/InstaNexus/main/docs/source/assets/instanexus_logo%202.svg" width="600" alt="InstaNexus logo">
33
</p>
44

55
<p align="center"><em>A de novo protein sequencing workflow</em></p>
@@ -52,7 +52,7 @@ This pipeline enables robust reconstruction of critical protein regions, advanci
5252
## Workflow Diagram
5353

5454
<p align="center">
55-
<img src="images/instanexus_panel.png" width="900" alt="InstaNexus Workflow">
55+
<img src="https://raw.githubusercontent.com/Multiomics-Analytics-Group/InstaNexus/main/docs/source/assets/instanexus_panel.png" width="900" alt="InstaNexus Workflow">
5656
</p>
5757

5858
---

0 commit comments

Comments
 (0)