Skip to content

Commit 138eeec

Browse files
author
Tom Van Laerhoven
committed
Fix example source link
1 parent 86fe360 commit 138eeec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ React Native works to speed up the way of working with THEOplayer React Native S
5353
This section starts with creating a minimal demo app that integrates the `react-native-theoplayer` package,
5454
followed by an overview of the available properties and functionality of the THEOplayerView component.
5555
An example application including a basic user interface and demo sources is included in the
56-
[git repository](https://github.com/THEOplayer/react-native-theoplayer/example),
56+
[git repository](https://github.com/THEOplayer/react-native-theoplayer/tree/master/example),
5757
and discussed in the next section. Finally, an overview of features, limitations and known issues is listed.
5858

5959
- [Creating a minimal demo app](./doc/creating-minimal-app.md)

doc/example-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `react-native-theoplayer` package only provides the `THEOplayerView` component.
44
The example application on our react-native-theoplayer
5-
[git repository](https://github.com/THEOplayer/react-native-theoplayer/tree/develop/example) demonstrates how to integrate
5+
[git repository](https://github.com/THEOplayer/react-native-theoplayer/tree/master/example) demonstrates how to integrate
66
the component in a single-page app with a basic UI that allows interaction on both touch-based and remote-controlled devices.
77

88
The example app depends on [`react-native-tvos`](https://github.com/react-native-tvos/react-native-tvos),

0 commit comments

Comments
 (0)