Guide URL change

Co-authored-by: Bhupesh Varshney <varshneybhupesh@gmail.com>
This commit is contained in:
Taebok Joseph Kim 2024-02-02 12:30:36 -05:00 committed by GitHub
parent c34cfccc29
commit 3dd10b8751
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
ugit
View file

@ -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}"
}