diff --git a/docs/docs/guides/SETUP.mdx b/docs/docs/guides/SETUP.mdx index 9f5956d..33d0693 100644 --- a/docs/docs/guides/SETUP.mdx +++ b/docs/docs/guides/SETUP.mdx @@ -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:
-#### 🎉 Hooray! You're ready to learn about [Camera Devices](guides/devices)! +#### 🎉 Hooray! You're ready to learn about [Camera Devices](devices)!