Skip to content

Commit 05d087c

Browse files
authored
Merge pull request #195 from MightyCreak/fix-appdata
fix: reference the images from the repo directly
2 parents 38efdd6 + d72f053 commit 05d087c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/io.github.mightycreak.Diffuse.appdata.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

2424
<screenshots>
2525
<screenshot type="default">
26-
<image type="source">https://mightycreak.github.io/diffuse/docs/images/screenshot_v0.7.7_main_window.png</image>
26+
<image type="source">https://github.com/MightyCreak/diffuse/raw/master/docs/images/screenshot_v0.7.7_main_window.png</image>
2727
<caption>Main window</caption>
2828
</screenshot>
2929
<screenshot>
30-
<image type="source">https://mightycreak.github.io/diffuse/docs/images/screenshot_v0.7.7_about_window.png</image>
30+
<image type="source">https://github.com/MightyCreak/diffuse/raw/master/docs/images/screenshot_v0.7.7_about_window.png</image>
3131
<caption>About window</caption>
3232
</screenshot>
3333
</screenshots>

0 commit comments

Comments
 (0)