mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Use https for links and images.
This commit is contained in:
parent
fa0b83f056
commit
0abf87bfa2
@ -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
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||

|

|
||||||
|
|
||||||
<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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user