Skip to content

Commit 7cfafc4

Browse files
committed
Fix URL to Desktop Entry spec (fixes #101)
1 parent cb01153 commit 7cfafc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appimagetool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ main (int argc, char *argv[])
724724
if(g_find_program_in_path ("desktop-file-validate")) {
725725
if(validate_desktop_file(desktop_file) != 0){
726726
fprintf(stderr, "ERROR: Desktop file contains errors. Please fix them. Please see\n");
727-
fprintf(stderr, " https://standards.freedesktop.org/desktop-entry-spec/1.0/n");
727+
fprintf(stderr, " https://specifications.freedesktop.org/desktop-entry-spec/latest/index.html");
728728
die(" for more information.");
729729
}
730730
}

0 commit comments

Comments
 (0)