We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb01153 commit 7cfafc4Copy full SHA for 7cfafc4
src/appimagetool.c
@@ -724,7 +724,7 @@ main (int argc, char *argv[])
724
if(g_find_program_in_path ("desktop-file-validate")) {
725
if(validate_desktop_file(desktop_file) != 0){
726
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");
+ fprintf(stderr, " https://specifications.freedesktop.org/desktop-entry-spec/latest/index.html");
728
die(" for more information.");
729
}
730
0 commit comments