mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Merge pull request #2744 from MichMich/patch-use-https-for-shields
Use https for shield links.
This commit is contained in:
commit
dca5759569
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ _This release is scheduled to be released on 2022-01-01._
|
|||
- Fixed e2e tests by increasing testTimeout.
|
||||
- Revert node-ical update due to missing luxon package.
|
||||
- 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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||

|
||||
|
||||
<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">
|
||||
</a>
|
||||
<img src="https://img.shields.io/github/workflow/status/michmich/magicmirror/Run%20Automated%20Tests" alt="GitHub Actions">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue