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

@@ -211,7 +211,7 @@ export interface CameraDevice {
*/
neutralZoom: number;
/**
* All available formats for this camera device. Use this to find the best format for your use case and set it to the Camera's {@linkcode Camera.format} property.
* All available formats for this camera device. Use this to find the best format for your use case and set it to the Camera's {@linkcode CameraProps.format | Camera's .format} property.
*
* See [the Camera Formats documentation](https://cuvent.github.io/react-native-vision-camera/docs/guides/formats) for more information about Camera Formats.
*/