Skip to content

Commit 4a60f51

Browse files
authored
1 parent aba790e commit 4a60f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ char* getArg(int argc, char *argv[],char chr)
153153
return NULL;
154154
}
155155

156-
/* mkdir -p implemented in C, needed for https://github.com/probonopd/AppImageKit/issues/333
156+
/* mkdir -p implemented in C, needed for https://github.com/AppImage/AppImageKit/issues/333
157157
* https://gist.github.com/JonathonReinhart/8c0d90191c38af2dcadb102c4e202950 */
158158
int
159159
mkdir_p(const char *path)
@@ -398,7 +398,7 @@ main (int argc, char *argv[])
398398
title = "Cannot mount AppImage, please check your FUSE setup.";
399399
body = "You might still be able to extract the contents of this AppImage \n"
400400
"if you run it with the --appimage-extract option. \n"
401-
"See https://github.com/probonopd/AppImageKit/wiki/FUSE \n"
401+
"See https://github.com/AppImage/AppImageKit/wiki/FUSE \n"
402402
"for more information";
403403
notify(title, body, 0); // 3 seconds timeout
404404
};

0 commit comments

Comments
 (0)