From b22155e3ab30e0b990ab045314b45bd5d4a6032a Mon Sep 17 00:00:00 2001 From: hmatax-tom Date: Sat, 17 Jan 2026 07:49:04 +1300 Subject: [PATCH] Fix for broken links Replaces the broken links advising users how to prepare their phone for installation with corrected ones. --- BuildLoopCaregiver.sh | 2 +- BuildLoopFollow.sh | 2 +- BuildTrio.sh | 2 +- BuildxDrip4iOS.sh | 2 +- inline_functions/before_final_return_message.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BuildLoopCaregiver.sh b/BuildLoopCaregiver.sh index 3507757..a00d524 100755 --- a/BuildLoopCaregiver.sh +++ b/BuildLoopCaregiver.sh @@ -272,7 +272,7 @@ function before_final_return_message() { echo -e "${INFO_FONT}AFTER you hit return, Xcode will open automatically${NC}" echo " For new phone or new watch (never used with Xcode)," echo " review Developer Mode Information:" - echo -e " https://loopkit.github.io/loopdocs/build/step14/#prepare-your-phone-and-watch" + echo -e " https://loopkit.github.io/loopdocs/build/build-app/#prepare-your-phone-and-watch" echo "" echo " For phones that have Developer Mode enabled continue with these steps" echo " Upper middle of Xcode:" diff --git a/BuildLoopFollow.sh b/BuildLoopFollow.sh index 980d616..bf592a6 100755 --- a/BuildLoopFollow.sh +++ b/BuildLoopFollow.sh @@ -273,7 +273,7 @@ function before_final_return_message() { echo -e "${INFO_FONT}AFTER you hit return, Xcode will open automatically${NC}" echo " For new phone or new watch (never used with Xcode)," echo " review Developer Mode Information:" - echo -e " https://loopkit.github.io/loopdocs/build/step14/#prepare-your-phone-and-watch" + echo -e " https://loopkit.github.io/loopdocs/build/build-app/#prepare-your-phone-and-watch" echo "" echo " For phones that have Developer Mode enabled continue with these steps" echo " Upper middle of Xcode:" diff --git a/BuildTrio.sh b/BuildTrio.sh index ac95e99..8770dc9 100755 --- a/BuildTrio.sh +++ b/BuildTrio.sh @@ -283,7 +283,7 @@ function before_final_return_message() { echo -e "${INFO_FONT}AFTER you hit return, Xcode will open automatically${NC}" echo " For new phone or new watch (never used with Xcode)," echo " review Developer Mode Information:" - echo -e " https://loopkit.github.io/loopdocs/build/step14/#prepare-your-phone-and-watch" + echo -e " https://loopkit.github.io/loopdocs/build/build-app/#prepare-your-phone-and-watch" echo "" echo " For phones that have Developer Mode enabled continue with these steps" echo " Upper middle of Xcode:" diff --git a/BuildxDrip4iOS.sh b/BuildxDrip4iOS.sh index 64c0538..678801d 100755 --- a/BuildxDrip4iOS.sh +++ b/BuildxDrip4iOS.sh @@ -280,7 +280,7 @@ function before_final_return_message() { echo -e "${INFO_FONT}AFTER you hit return, Xcode will open automatically${NC}" echo " For new phone or new watch (never used with Xcode)," echo " review Developer Mode Information:" - echo -e " https://loopkit.github.io/loopdocs/build/step14/#prepare-your-phone-and-watch" + echo -e " https://loopkit.github.io/loopdocs/build/build-app/#prepare-your-phone-and-watch" echo "" echo " For phones that have Developer Mode enabled continue with these steps" echo " Upper middle of Xcode:" diff --git a/inline_functions/before_final_return_message.sh b/inline_functions/before_final_return_message.sh index c247366..86fa656 100644 --- a/inline_functions/before_final_return_message.sh +++ b/inline_functions/before_final_return_message.sh @@ -7,7 +7,7 @@ function before_final_return_message() { echo -e "${INFO_FONT}AFTER you hit return, Xcode will open automatically${NC}" echo " For new phone or new watch (never used with Xcode)," echo " review Developer Mode Information:" - echo -e " https://loopkit.github.io/loopdocs/build/step14/#prepare-your-phone-and-watch" + echo -e " https://loopkit.github.io/loopdocs/build/build-app/#prepare-your-phone-and-watch" echo "" echo " For phones that have Developer Mode enabled continue with these steps" echo " Upper middle of Xcode:"