Description
After merging Pull Request #443, all the links in the README.md are currently broken because they still point to the previous default branch. The default branch has not been updated to main, causing broken references.
To Reproduce
Steps to reproduce the behavior:
Go to the repository main page
Click on any link in the README.md
Observe that all links result in 404 errors
See broken behavior due to outdated branch references
Expected behavior
Links in the README.md should work correctly by pointing to the main branch (the updated default). Users should not encounter 404 errors.
Additional context
After merging PR #443, please update the default branch to main. This will ensure that all README links point to the correct branch and prevent broken navigation for users.