mirror of
https://github.com/videojs/video.js.git
synced 2024-12-25 02:42:10 +02:00
fix: broken logo link in README and docs (#6345)
Depends on videojs/videojs.com#112 Fixes #6340
This commit is contained in:
parent
7d02e53b54
commit
274299b45f
@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"logo": {
|
"logo": {
|
||||||
"url": "https://videojs.com/img/logo.png",
|
"url": "https://videojs.com/logo-white.png",
|
||||||
"height": "30px",
|
"height": "30px",
|
||||||
"width": "214px"
|
"width": "214px"
|
||||||
},
|
},
|
||||||
|
@ -137,7 +137,7 @@ Video.js is [licensed][license] under the Apache License, Version 2.0.
|
|||||||
|
|
||||||
[license]: LICENSE
|
[license]: LICENSE
|
||||||
|
|
||||||
[logo]: https://videojs.com/img/logo.png
|
[logo]: https://videojs.com/logo-white.png
|
||||||
|
|
||||||
[npm-icon]: https://nodei.co/npm/video.js.png?downloads=true&downloadRank=true
|
[npm-icon]: https://nodei.co/npm/video.js.png?downloads=true&downloadRank=true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user