Skip to content

Commit 3312705

Browse files
Updated figure path in readme
1 parent 25df182 commit 3312705

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ knitr::opts_chunk$set(
2727

2828
\
2929
<center>
30-
![**Fig. 1:** Overview of MetaProViz functions.](vignettes/Fig.1.png){width=90%}
30+
![**Fig. 1:** Overview of MetaProViz functions.](https://github.com/saezlab/MetaProViz/blob/main/vignettes/Fig.1.png?raw=true){width=90%}
3131

3232
</center>
3333
\

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ other or in combination (**Fig.1**).
2727
<center>
2828

2929
<figure>
30-
<img src="vignettes/Fig.1.png" style="width:90.0%"
31-
alt="Fig. 1: Overview of MetaProViz functions." />
30+
<img
31+
src="https://github.com/saezlab/MetaProViz/blob/main/vignettes/Fig.1.png?raw=true"
32+
style="width:90.0%" alt="Fig. 1: Overview of MetaProViz functions." />
3233
<figcaption aria-hidden="true"><strong>Fig. 1:</strong> Overview of
3334
MetaProViz functions.</figcaption>
3435
</figure>

0 commit comments

Comments
 (0)