From 15709e9f532f1539b1ceddfb8ce2348ee0934c0e Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 4 Mar 2021 10:45:50 +0100 Subject: [PATCH] Fix old links --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 4 ++-- example/README.md | 2 +- package.json | 6 +++--- react-native-vision-camera.podspec | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 079b910..e6b04aa 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -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 --> diff --git a/example/README.md b/example/README.md index 99a0de6..80352ba 100644 --- a/example/README.md +++ b/example/README.md @@ -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 ``` diff --git a/package.json b/package.json index 232a8bd..bc16e7d 100644 --- a/package.json +++ b/package.json @@ -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 (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/" }, diff --git a/react-native-vision-camera.podspec b/react-native-vision-camera.podspec index bf2492c..34a94b7 100644 --- a/react-native-vision-camera.podspec +++ b/react-native-vision-camera.podspec @@ -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}"