Fix old links
This commit is contained in:
parent
afc1187b24
commit
15709e9f53
4
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
4
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -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
|
||||
-->
|
||||
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
@ -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/"
|
||||
},
|
||||
|
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user