From b053bf5d02a248307610e110ef9a4d0957d754b2 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 3 Jun 2017 16:10:29 +0200 Subject: [PATCH] Move to https://github.com/AppImage/AppImageKit/ --- squashfuse_dlopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfuse_dlopen.c b/squashfuse_dlopen.c index 557ab5146..e4a9d6a22 100644 --- a/squashfuse_dlopen.c +++ b/squashfuse_dlopen.c @@ -6,6 +6,6 @@ const char *load_library_errmsg = "AppImages require FUSE to run. \n" "You might still be able to extract the contents of this AppImage \n" "if you run it with the --appimage-extract option. \n" - "See https://github.com/probonopd/AppImageKit/wiki/FUSE \n" + "See https://github.com/AppImage/AppImageKit/wiki/FUSE \n" "for more information\n";