Use the www.kicad.org url for the linux appdata screenshots

The non-www https URL appears to redirect through a non-https URL before
reaching the www https URL, which triggers a warning in some appstream
validation tools. Instead, just go to the www https URL directly so
there are no redirects needed.
This commit is contained in:
Ian McInerney 2021-10-06 14:00:49 +01:00
parent 1bb5fc3fd6
commit 1caaa4231c
1 changed files with 4 additions and 4 deletions

View File

@ -55,22 +55,22 @@
<screenshots>
<screenshot type="default">
<caption>KiCad Main Window</caption>
<image width="1034" height="610">https://kicad.org/img/screenshots/appstream/kicad_6.png</image>
<image width="1034" height="610">https://www.kicad.org/img/screenshots/appstream/kicad_6.png</image>
</screenshot>
<screenshot>
<caption>KiCad Schematic Editor</caption>
<image width="1600" height="900">https://kicad.org/img/screenshots/appstream/eeschema_6.png</image>
<image width="1600" height="900">https://www.kicad.org/img/screenshots/appstream/eeschema_6.png</image>
</screenshot>
<screenshot>
<caption>KiCad PCB Layout Editor</caption>
<image width="1600" height="900">https://kicad.org/img/screenshots/appstream/pcbnew_6.png</image>
<image width="1600" height="900">https://www.kicad.org/img/screenshots/appstream/pcbnew_6.png</image>
</screenshot>
<screenshot>
<caption>KiCad 3D Viewer</caption>
<image width="1600" height="900">https://kicad.org/img/screenshots/appstream/3dviewer_6.png</image>
<image width="1600" height="900">https://www.kicad.org/img/screenshots/appstream/3dviewer_6.png</image>
</screenshot>
</screenshots>