From 041414b11e9dc60509ef4fe442067ddd470d121b Mon Sep 17 00:00:00 2001 From: gitbreaker222 <4787651+gitbreaker222@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:01:00 +0100 Subject: [PATCH] Doc: Fixes broken faq links (#9220) --- Joplin_install_and_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Joplin_install_and_update.sh b/Joplin_install_and_update.sh index 2d370b1ff..760a6a299 100755 --- a/Joplin_install_and_update.sh +++ b/Joplin_install_and_update.sh @@ -124,7 +124,7 @@ else fi if [[ $LIBFUSE == "" ]] ; then print "${COLOR_RED}Error: Can't get libfuse2 on system, please install libfuse2${COLOR_RESET}" - print "See https://joplinapp.org/faq/#desktop-application-will-not-launch-on-linux and https://github.com/AppImage/AppImageKit/wiki/FUSE for more information" + print "See https://joplinapp.org/help/faq/#desktop-application-will-not-launch-on-linux and https://github.com/AppImage/AppImageKit/wiki/FUSE for more information" exit 1 fi