From eabd3680755c77a1ce1514cd9c967009e699456c Mon Sep 17 00:00:00 2001 From: Constantin Date: Fri, 15 Feb 2019 15:49:22 +0100 Subject: [PATCH] short url to more readable --- home.admin/00mainMenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 7b0f442..2b310cd 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -469,7 +469,7 @@ case $CHOICE in MANUAL) echo "************************************************************************************" echo "PLEASE open in browser for more information:" - echo "https://github.com/rootzoll/raspiblitz#recover-your-coins-from-a-failing-raspiblitz" + echo "https://bit.ly/RaspiblitzRecover" echo "************************************************************************************" exit 0 ;;