Fix old links

This commit is contained in:
Marc Rousavy 2021-03-04 10:45:50 +01:00
parent afc1187b24
commit 15709e9f53
4 changed files with 7 additions and 7 deletions

View File

@ -11,8 +11,8 @@ assignees: ''
❤️ Thank you for your contribution! ❤️
Remember that you can use this project FOR FREE.
Badly written issues are less likely to be picked up than well written ones.
BEFORE creating an issue, make sure you tried everything in the TROUBLESHOOTING.md doc:
https://github.com/mrousavy/react-native-vision-camera/blob/main/docs/TROUBLESHOOTING.md
BEFORE creating an issue, make sure you tried everything in the TROUBLESHOOTING guide:
https://cuvent.github.io/react-native-vision-camera/docs/troubleshooting
-->

View File

@ -26,7 +26,7 @@
To try the playground out for yourself, run the following commands:
```sh
git clone https://github.com/mrousavy/react-native-vision-camera
git clone https://github.com/cuvent/react-native-vision-camera
cd react-native-vision-camera
yarn bootstrap
```

View File

@ -55,13 +55,13 @@
"qr-code",
"scanner"
],
"repository": "https://github.com/mrousavy/react-native-vision-camera",
"repository": "https://github.com/cuvent/react-native-vision-camera",
"author": "Marc Rousavy <marcrousavy@hotmail.com> (https://github.com/mrousavy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrousavy/react-native-vision-camera/issues"
"url": "https://github.com/cuvent/react-native-vision-camera/issues"
},
"homepage": "https://github.com/mrousavy/react-native-vision-camera#readme",
"homepage": "https://cuvent.github.io/react-native-vision-camera/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},

View File

@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]
s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/mrousavy/react-native-vision-camera.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/cuvent/react-native-vision-camera.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm,swift}"