From cd11d0de943bd0398f410a693f85168f3263e1cd Mon Sep 17 00:00:00 2001 From: Justin Bassett-Green Date: Fri, 21 Feb 2025 03:19:34 -0600 Subject: [PATCH] fix monetization showcase link in changelog Signed-off-by: Justin Bassett-Green --- devvit-docs/docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devvit-docs/docs/changelog.md b/devvit-docs/docs/changelog.md index c20ede87d..027683ab1 100644 --- a/devvit-docs/docs/changelog.md +++ b/devvit-docs/docs/changelog.md @@ -20,7 +20,7 @@ Focus mode enables web view apps that: ![Web views example](./assets/webviews_snakepit_example.png) -The component is being deprecated in favor of the new useWebView hook. Please follow the [migration guide](./webviews.md#migration-guide) to migrate over your existing web view apps and check out the updated[web view docs](./webviews.md). Apps using the component are no longer publishable. +The component is being deprecated in favor of the new useWebView hook. Please follow the [migration guide](./webviews.md#migration-guide) to migrate over your existing web view apps and check out the updated [web view docs](./webviews.md). Apps using the component are no longer publishable. Once your web view app is migrated to useWebView and works on all platforms, publish your app! @@ -38,7 +38,7 @@ We’ve got a big update for our [payments pilot](./payments/payments_overview.m - **Instant Access to Sandbox Testing** – Now, all developers can immediately test sandbox payment products in their apps without needing to request allowlist access first. This means you can start experimenting with in-app purchasing right away! (You'll still need to complete the [verification process](./payments/payments_overview.md#prerequisites) before submitting your app for approval.) -- **New Developer Showcase** – We’re highlighting how fellow developers are using payments in their apps! First up: [Dark Dungeon](./showcase/payments_examples.md), a game with in-app purchasing thoughtfully integrated in. Check it out for inspiration on what’s possible! +- **New Developer Showcase** – We’re highlighting how fellow developers are using payments in their apps! First up: [Dark Dungeon](./showcase/monetization_examples.md#dark-dungeon), a game with in-app purchasing thoughtfully integrated in. Check it out for inspiration on what’s possible! We can’t wait to see what you build! If you have questions or feedback, drop questions here or in the [Payments Discord channel](https://discord.com/channels/1050224141732687912/1295856497917431879).