From 274299b45f476e6eb9a00ea430e03b956cc69db6 Mon Sep 17 00:00:00 2001 From: Dylan Jhaveri Date: Tue, 3 Dec 2019 07:14:38 -0800 Subject: [PATCH] fix: broken logo link in README and docs (#6345) Depends on videojs/videojs.com#112 Fixes #6340 --- .jsdoc.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.jsdoc.json b/.jsdoc.json index dd3e8070a..b17db1e61 100644 --- a/.jsdoc.json +++ b/.jsdoc.json @@ -19,7 +19,7 @@ } }, "logo": { - "url": "https://videojs.com/img/logo.png", + "url": "https://videojs.com/logo-white.png", "height": "30px", "width": "214px" }, diff --git a/README.md b/README.md index 432376272..19c6cb577 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Video.js is [licensed][license] under the Apache License, Version 2.0. [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