Fix docs broken links (#97)

* Fix broken CameraProps.format link

* Use absolute urls for SETUP.mdx
This commit is contained in:
Marc Rousavy
2021-03-23 15:49:58 +01:00
committed by GitHub
parent 6df988d5f3
commit f0828e63f0
3 changed files with 4 additions and 36 deletions

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](troubleshooting) if you're having problems
> See [Troubleshooting](/docs/guides/troubleshooting) if you're having problems
### Android
@@ -75,7 +75,7 @@ compileSdkVersion = 30
targetSdkVersion = 30
```
> See [Troubleshooting](troubleshooting) if you're having problems
> See [Troubleshooting](/docs/guides/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](devices)!
#### 🎉 Hooray! You're ready to learn about [Camera Devices](/docs/guides/devices)!