mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-28 22:26:47 +01:00
Fix docs links & other small updates (#273)
* fix links and other small updates * Update analytics.md * Update payments-integration.md
This commit is contained in:
@@ -185,7 +185,7 @@ For development purposes, Wasp provides a `Dummy` email sender which Open SaaS c
|
||||
```
|
||||
:::
|
||||
|
||||
We will explain more about these auth methods, and how to properly integrate them into your app, in the [Authentication Guide](/guides/authentication).
|
||||
We will explain more about these auth methods, and how to properly integrate them into your app, in the [Authentication Guide](/guides/authentication/).
|
||||
|
||||
### Subscription Payments with Stripe or Lemon Squeezy
|
||||
|
||||
@@ -239,7 +239,7 @@ api paymentsWebhook {
|
||||
|
||||
Within the webhook handler, we look for specific events that the Payment Processor sends us to let us know which payment was completed and for which user. Then we update the user's subscription status in the database.
|
||||
|
||||
To learn more about configuring the app to handle your products and payments, check out the [Payments Integration guide](/guides/payments-integration).
|
||||
To learn more about configuring the app to handle your products and payments, check out the [Payments Integration guide](/guides/payments-integration/).
|
||||
|
||||
:::tip[Star our Repo on GitHub! 🌟]
|
||||
We've packed in a ton of features and love into this SaaS starter, and offer it all to you for free!
|
||||
@@ -269,7 +269,7 @@ job dailyStatsJob {
|
||||
}
|
||||
```
|
||||
|
||||
For more info on integrating Plausible or Google Analytics, check out the [Analytics guide](/guides/analytics).
|
||||
For more info on integrating Plausible or Google Analytics, check out the [Analytics guide](/guides/analytics/).
|
||||
|
||||
## App Customization Walkthrough
|
||||
|
||||
|
||||
Reference in New Issue
Block a user