Docs: Fix broken links in SETUP.mdx

This commit is contained in:
Marc Rousavy 2021-03-23 15:30:07 +01:00 committed by GitHub
parent c996fec3d8
commit 6df988d5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ Also, make sure you're using Swift 5.2 or above:
2. If the `LIBRARY_SEARCH_PATH` value is set, make sure there is no explicit reference to Swift-5.0. If there is, remove it. See [this StackOverflow answer](https://stackoverflow.com/a/66281846/1123156).
3. If the `SWIFT_VERSION` value is set, make sure it is set to `5.2` or higher.
> See [Troubleshooting](guides/troubleshooting) if you're having problems
> See [Troubleshooting](troubleshooting) if you're having problems
### Android
@ -75,7 +75,7 @@ compileSdkVersion = 30
targetSdkVersion = 30
```
> See [Troubleshooting](guides/troubleshooting) if you're having problems
> See [Troubleshooting](troubleshooting) if you're having problems
## Permissions
@ -117,4 +117,4 @@ The permission request status can have the following values:
<br />
#### 🎉 Hooray! You're ready to learn about [Camera Devices](guides/devices)!
#### 🎉 Hooray! You're ready to learn about [Camera Devices](devices)!