Skip to content

Commit a4baf37

Browse files
authored
docs: fix demo URL (#1752)
* docs: fix demo URL * docs: fix demo app source url
1 parent 23b6334 commit a4baf37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ import ReactPlayer from 'react-player/lazy'
5656
<ReactPlayer url='https://www.youtube.com/watch?v=ysz5S6PUM-U' />
5757
```
5858

59-
Demo page: [`https://cookpete.com/react-player`](https://cookpete.com/react-player)
59+
Demo page: [`https://cookpete.github.io/react-player`](https://cookpete.github.io/react-player)
6060

61-
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.
61+
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.
6262

6363
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`.
6464

0 commit comments

Comments
 (0)