From 6d5555b4ff7cc725a9aa3fecdaa4bc5f119d5136 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Tue, 9 Apr 2024 13:09:26 +0200 Subject: [PATCH] Fix links to API documentation and source code --- doc/ui.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ui.md b/doc/ui.md index e1b0e0b..f7d570c 100644 --- a/doc/ui.md +++ b/doc/ui.md @@ -63,7 +63,8 @@ const App = () => { ### Available components -The available UI components with their documentation can be found [here](../src/ui). +The API documentation of all available components can be found [here](https://theoplayer.github.io/react-native-theoplayer-ui/api/). +Their source code can be found [here](https://github.com/THEOplayer/react-native-theoplayer-ui/tree/develop/src/ui). ### Creating your own custom UI