Skip to content

Commit 3beb275

Browse files
committed
chore: Update to new docs page
1 parent aaa3803 commit 3beb275

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
options:
1919
- label: I have read and followed every applicable step in the [Nitro Modules Troubleshooting guide](https://nitro.margelo.com/docs/guides/troubleshooting).
2020
required: true
21-
- label: I have read the [VisionCamera Troubleshooting guide](https://react-native-vision-camera.com/docs/guides/troubleshooting).
21+
- label: I have read the [VisionCamera Troubleshooting guide](https://visioncamera.margelo.com/docs).
2222
required: true
2323
- label: I have searched [existing issues](https://github.com/mrousavy/react-native-vision-camera/issues?q=is%3Aissue) and found nothing matching.
2424
required: true

.github/ISSUE_TEMPLATE/build-error-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
options:
2121
- label: I have read and followed every applicable step in the [Nitro Modules Troubleshooting guide](https://nitro.margelo.com/docs/guides/troubleshooting).
2222
required: true
23-
- label: I have read the [VisionCamera Troubleshooting guide](https://react-native-vision-camera.com/docs/guides/troubleshooting) and [Installation guide](https://react-native-vision-camera.com/docs/guides).
23+
- label: I have read the [VisionCamera Troubleshooting guide](https://visioncamera.margelo.com/docs) and [Installation guide](https://visioncamera.margelo.com/docs).
2424
required: true
2525
- label: I did a clean build — deleted `node_modules`, `android/build`, `android/.gradle`, `android/app/build`, and `~/.gradle/caches`, then reinstalled.
2626
required: true

.github/ISSUE_TEMPLATE/build-error-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
options:
2121
- label: I have read and followed every applicable step in the [Nitro Modules Troubleshooting guide](https://nitro.margelo.com/docs/guides/troubleshooting).
2222
required: true
23-
- label: I have read the [VisionCamera Troubleshooting guide](https://react-native-vision-camera.com/docs/guides/troubleshooting) and [Installation guide](https://react-native-vision-camera.com/docs/guides).
23+
- label: I have read the [VisionCamera Troubleshooting guide](https://visioncamera.margelo.com/docs) and [Installation guide](https://visioncamera.margelo.com/docs).
2424
required: true
2525
- label: I did a clean build — deleted `node_modules`, `ios/Pods`, `ios/build`, and Xcode's DerivedData, then reinstalled.
2626
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Documentation
4-
url: https://react-native-vision-camera.com/docs/guides
4+
url: https://visioncamera.margelo.com/docs
55
about: Check the docs before opening an issue — most questions are answered there.
66
- name: Troubleshooting Guide
7-
url: https://react-native-vision-camera.com/docs/guides/troubleshooting
7+
url: https://visioncamera.margelo.com/docs
88
about: Common build and runtime issues with known fixes.
99
- name: Discord
1010
url: https://margelo.com/discord

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npm i react-native-vision-camera
3535
cd ios && pod install
3636
```
3737

38-
..and get started by [setting up permissions](https://react-native-vision-camera.com/docs/guides)!
38+
..and get started by [setting up permissions](https://visioncamera.margelo.com/docs)!
3939

4040
### Documentation
4141

0 commit comments

Comments
 (0)