From c81eea54d8291c5131fd59a93f198e0fd5f3673c Mon Sep 17 00:00:00 2001 From: Lukas <38685058+lukasjengo@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:23:26 +0300 Subject: [PATCH] fix(docs): invalid URLs in updating section (#4201) --- docs/pages/updating.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/updating.md b/docs/pages/updating.md index a35e0775..ba829082 100644 --- a/docs/pages/updating.md +++ b/docs/pages/updating.md @@ -22,7 +22,7 @@ In your project Podfile add support for static dependency linking. This is requi Add `use_frameworks! :linkage => :static` just under `platform :ios` in your ios project Podfile. -[See the example ios project for reference](examples/basic/ios/Podfile#L5) +[See the example ios project for reference](https://github.com/TheWidlarzGroup/react-native-video/blob/master/examples/basic/ios/Podfile#L5) ##### podspec @@ -34,7 +34,7 @@ You can remove following lines from your podfile as they are not necessary anymo - `pod 'react-native-video/VideoCaching', :path => '../node_modules/react-native-video/react-native-video.podspec'` ``` -If you were previously using VideoCaching, you should $RNVideoUseVideoCaching flag in your podspec, see: [installation section](https://react-native-video.github.io/react-native-video/installation#video-caching) +If you were previously using VideoCaching, you should $RNVideoUseVideoCaching flag in your podspec, see: [installation section](https://thewidlarzgroup.github.io/react-native-video/installation#video-caching) #### Android @@ -66,4 +66,4 @@ allprojects { } } ``` -If you encounter an error `Could not find com.android.support:support-annotations:27.0.0.` reinstall your Android Support Repository. \ No newline at end of file +If you encounter an error `Could not find com.android.support:support-annotations:27.0.0.` reinstall your Android Support Repository.