Skip to content

Commit e3e6bf5

Browse files
committed
fix: use absolute URL for logo image in README
1 parent 96f5308 commit e3e6bf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align='center'>
22
<br/>
3-
<img src="assets/logo.png" alt="disunday" width="480" />
3+
<img src="https://raw.githubusercontent.com/code-xhyun/disunday/main/assets/logo.png" alt="disunday" width="480" />
44
<br/>
55
<br/>
66
</div>

discord/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align='center'>
22
<br/>
3-
<img src="assets/logo.png" alt="disunday" width="480" />
3+
<img src="https://raw.githubusercontent.com/code-xhyun/disunday/main/assets/logo.png" alt="disunday" width="480" />
44
<br/>
55
<br/>
66
</div>

0 commit comments

Comments
 (0)