Doc/fix change log link (#3693)

* doc: fix changelog link in "Version 6.0.0 breaking changes" section
This commit is contained in:
Olivier Bouillet
2024-04-21 10:58:42 +02:00
committed by GitHub
parent efa1c52491
commit 20d398608a

View File

@@ -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