[gnome-notes/wip/igaldino/fix-screenshots] appdata: fixed screenshot urls



commit 59c5ae3862590c0f156d0818b48e5a681ea8f932
Author: Isaque Galdino <igaldino gmail com>
Date:   Thu Jul 18 22:34:45 2019 -0300

    appdata: fixed screenshot urls

 data/appdata/org.gnome.Notes.appdata.xml.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/appdata/org.gnome.Notes.appdata.xml.in b/data/appdata/org.gnome.Notes.appdata.xml.in
index 55bf466..369ca61 100644
--- a/data/appdata/org.gnome.Notes.appdata.xml.in
+++ b/data/appdata/org.gnome.Notes.appdata.xml.in
@@ -22,19 +22,19 @@
   </kudos>
   <screenshots>
     <screenshot type="default">
-      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdatadefault.png</image>
+      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdata/default.png</image>
     </screenshot>
     <screenshot>
       <caption>Edit view</caption>
-      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdataedit.png</image>
+      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdata/edit.png</image>
     </screenshot>
     <screenshot>
       <caption>Select view</caption>
-      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdataselect.png</image>
+      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdata/select.png</image>
     </screenshot>
     <screenshot>
       <caption>List view</caption>
-      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdatalist.png</image>
+      <image width="800" 
height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdata/list.png</image>
     </screenshot>
   </screenshots>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]