fix: broken link by asmitahase [frappe] PR#4353
From: https://github.com/frappe/hrms/pull/4353
Date: 2026-04-09 15:12:20+05:30
- fix: broken link
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4353
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4353
# 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