From d287c355822468ae27460fca691c3b52b962e5eb Mon Sep 17 00:00:00 2001 From: shay Date: Wed, 5 Feb 2025 15:49:50 -0500 Subject: [PATCH] Update Implementing_IAP_for_Activities.mdx --- docs/monetization/Implementing_IAP_for_Activities.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/monetization/Implementing_IAP_for_Activities.mdx b/docs/monetization/Implementing_IAP_for_Activities.mdx index f4846e0654..4a9bc4bdd2 100644 --- a/docs/monetization/Implementing_IAP_for_Activities.mdx +++ b/docs/monetization/Implementing_IAP_for_Activities.mdx @@ -173,7 +173,7 @@ After you've tested your In-App Purchase flows, verify that your application has ## Next Steps -Check out our example implementation of In-App Purchase in our [SDK Playground Example Application](https://github.com/discord/embedded-app-sdk/tree/decc849d4d7c7e7220f8d5306b2ef36756efde88/examples/sdk-playground). +Check out our example implementation of In-App Purchase in our [SDK Playground Example Application](https://github.com/discord/embedded-app-sdk-examples/tree/main/sdk-playground). The example implementation includes client-side and server-side code. It also follows the [security considerations](#DOCS_MONETIZATION_IMPLEMENTING_IAP_FOR_ACTIVITIES/data-security-considerations) you should make when working with SKUs and entitlements. @@ -181,4 +181,4 @@ The example implementation includes client-side and server-side code. It also fo This reference example implements the commands and events available to you within the Embedded App SDK, including In-App Purchases. - \ No newline at end of file +