diff --git a/README.md b/README.md index 037887139..eb317b6d2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This documentation website is built using [Docusaurus](https://docusaurus.io/). ```bash git clone https://github.com/RevenueCat/docs.git - cd docusaurus + cd docs ``` 2. **Install dependencies** diff --git a/docs/web/web-billing/redemption-links.mdx b/docs/web/web-billing/redemption-links.mdx index ee51b66af..1fa0f704d 100644 --- a/docs/web/web-billing/redemption-links.mdx +++ b/docs/web/web-billing/redemption-links.mdx @@ -180,6 +180,10 @@ import reactNativeRedemption from "@site/code_blocks/web/web-billing/redemption_ ]} /> +:::tip Tutorial +For a complete walkthrough of implementing Redemption Links in React Native, see [How to Configure RevenueCat Redemption Links in React Native](https://www.revenuecat.com/blog/engineering/how-to-configure-revenuecat-redemption-links-in-react-native/). +::: + ##### Unity In our Unity SDK, you will need to obtain the deep link first. Please read the official docs on how to parse deep links: https://docs.unity3d.com/Manual/deep-linking.html.