From 3dd10b8751e4927ace2b1cb57f001caee2f20bd3 Mon Sep 17 00:00:00 2001 From: Taebok Joseph Kim <116681578+T-Joseph-Kim@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:30:36 -0500 Subject: [PATCH] Guide URL change Co-authored-by: Bhupesh Varshney --- ugit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ugit b/ugit index 70bc2ac..d469f12 100755 --- a/ugit +++ b/ugit @@ -431,7 +431,7 @@ print_help() { printf " -u, --update Update ugit\n" printf " -g, --guide Open ugit undo text guide\n\n" printf "Contact 📬️: %s for assistance\n" "$(tput bold)varshneybhupesh@gmail.com${RESET}" - printf "Read the guide: %s\n" "https://bhupesh.gitbook.io/notes/git/how-to-undo-anything-in-git" + printf "Read the guide: %s\n" "https://til.bhupesh.me/git/how-to-undo-anything-in-git" printf "Please give us ⭐ a if you liked ugit %s\n" "${BOLD_ORG_FG}https://github.com/Bhupesh-V/ugit${RESET}" }