From a4baf371222d484b2091a921f90e33192dbdddc9 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Wed, 28 Feb 2024 19:41:10 -0600 Subject: [PATCH] docs: fix demo URL (#1752) * docs: fix demo URL * docs: fix demo app source url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73416821..aee04455 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ import ReactPlayer from 'react-player/lazy' ``` -Demo page: [`https://cookpete.com/react-player`](https://cookpete.com/react-player) +Demo page: [`https://cookpete.github.io/react-player`](https://cookpete.github.io/react-player) -The component parses a URL and loads in the appropriate markup and external SDKs to play media from [various sources](#supported-media). [Props](#props) can be passed in to control playback and react to events such as buffering or media ending. See [the demo source](https://github.com/cookpete/react-player/blob/master/src/demo/App.js) for a full example. +The component parses a URL and loads in the appropriate markup and external SDKs to play media from [various sources](#supported-media). [Props](#props) can be passed in to control playback and react to events such as buffering or media ending. See [the demo source](https://github.com/cookpete/react-player/blob/master/examples/react/src/App.js) for a full example. For platforms without direct use of `npm` modules, a minified version of `ReactPlayer` is located in `dist` after installing. To generate this file yourself, checkout the repo and run `npm run build:dist`.