Merge pull request #2744 from MichMich/patch-use-https-for-shields

Use https for shield links.
This commit is contained in:
Michael Teeuw 2021-12-22 09:13:27 +01:00 committed by GitHub
commit dca5759569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ _This release is scheduled to be released on 2022-01-01._
- Fixed e2e tests by increasing testTimeout. - Fixed e2e tests by increasing testTimeout.
- Revert node-ical update due to missing luxon package. - Revert node-ical update due to missing luxon package.
- Fixed User-Agent-Header for newsfeed and calendar module (#2729). - Fixed User-Agent-Header for newsfeed and calendar module (#2729).
- Replace broken shields in Readme. - Replace broken shields in Readme and use https for links.
## [2.17.1] - 2021-10-01 ## [2.17.1] - 2021-10-01

View File

@ -1,7 +1,7 @@
![MagicMirror²: The open source modular smart mirror platform. ](.github/header.png) ![MagicMirror²: The open source modular smart mirror platform. ](.github/header.png)
<p style="text-align: center"> <p style="text-align: center">
<a href="http://choosealicense.com/licenses/mit"> <a href="https://choosealicense.com/licenses/mit">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
</a> </a>
<img src="https://img.shields.io/github/workflow/status/michmich/magicmirror/Run%20Automated%20Tests" alt="GitHub Actions"> <img src="https://img.shields.io/github/workflow/status/michmich/magicmirror/Run%20Automated%20Tests" alt="GitHub Actions">