vacanza / holidays

Generate and work with holidays in Python
https://pypi.org/project/holidays
MIT License
1.45k stars 460 forks source link

Fix README links targets #1677

Closed arkid15r closed 5 months ago

arkid15r commented 8 months ago

Some of the README.rst's Contributions and License section links looks right on Github but result in 404 on PYPI and RTD platforms. We need to fix it so links would work right everywhere.

nwithan8 commented 5 months ago

Working fine for me from PyPi: https://pypi.org/project/holidays/

They're absolute URLs, so shouldn't be a problem.

arkid15r commented 5 months ago

That's right, the issue has been resolved in https://github.com/vacanza/python-holidays/pull/1745

Thanks for verifying this!