fix: update project URLs in pyproject by ruchamahabal [frappe] PR#1761
From: https://github.com/frappe/hrms/pull/1761
Date: 2024-05-08 13:59:40+05:30
- fix: update project URLs in pyproject (#1761)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-1761
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-1761
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease