From 20d398608af5955b1c621129642615a75e523fe4 Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:58:42 +0200 Subject: [PATCH] Doc/fix change log link (#3693) * doc: fix changelog link in "Version 6.0.0 breaking changes" section --- docs/pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/index.md b/docs/pages/index.md index 3388cba3..86528327 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -55,7 +55,7 @@ var styles = StyleSheet.create({ ### Version 6.0.0 breaking changes -Version 6.0.0 is introducing dozens of breaking changes, mostly through updated dependencies and significant refactoring. While the API remains compatible, the significant internal changes require full testing with your app to ensure all functionality remains operational. Please view the [Changelog](CHANGELOG.md) for specific breaking changes. +Version 6.0.0 is introducing dozens of breaking changes, mostly through updated dependencies and significant refactoring. While the API remains compatible, the significant internal changes require full testing with your app to ensure all functionality remains operational. Please view the [Changelog](https://github.com/react-native-video/react-native-video/blob/master/CHANGELOG.md) for specific breaking changes. ### Installing Version 6.0.0 Beta