Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 docs: replace SVG badges with dynamic JSON badges in README.md
This commit resolves the broken links of the status badges in the README.md file, which resulted from the issue mentioned in the Google Sites support thread at <https://support.google.com/sites/thread/253003338>. The solution involves using Shields.io dynamic JSON badges instead of SVG badges. The new badges: - Are hosted on Shields.io and do not depend on Google Drive - Use a custom Google Apps Script web app to fetch the project status - Have updated URLs and labels in the README.md file The changes ensure that the badges show the correct status and work as expected. For more information on how to create and customize dynamic badges, see <https://shields.io/badges/dynamic-json-badge>. Fixs #95
- Loading branch information