Skip to content

Commit c44fa5b

Browse files
committed
update URL to point to docs website
1 parent 64591eb commit c44fa5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/YoutubeIframe.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import {
1818
PLAYER_FUNCTIONS,
1919
} from './PlayerScripts';
2020

21-
const defaultBaseUrl = 'https://lonelycpp.github.io/test/index.html';
21+
const defaultBaseUrl =
22+
'https://lonelycpp.github.io/react-native-youtube-iframe/iframe.html';
2223

2324
const YoutubeIframe = (props, ref) => {
2425
const {

0 commit comments

Comments
 (0)