Skip to content

Commit 2f5c23a

Browse files
committed
fix: broken links
1 parent 64ebca9 commit 2f5c23a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

concepts/framework/in-app-purchases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ The app server can use this token to validate active purchases and unlock relate
4141

4242
Plugins are inherently less secure, as their open nature makes them more vulnerable to spoofing or tampering.
4343

44-
<PageRef page="../../guides/plugins/apps/in-app-purchase" title="In-App purchases for Apps" />
45-
<PageRef page="../../guides/plugins/plugins/in-app-purchase" title="In-App purchases for Plugins" />
44+
<PageRef page="../../guides/plugins/apps/in-app-purchase/index.md" title="In-App purchases for Apps" />
45+
<PageRef page="../../guides/plugins/plugins/in-app-purchase/index.md" title="In-App purchases for Plugins" />
4646

4747
## Checkout Process
4848

guides/plugins/apps/in-app-purchase/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In-App Purchase is available since Shopware version 6.6.9.0
77
In-App Purchases are a way to lock certain features behind a paywall within the same extension.
88
This is useful for developers who want to offer a free version of their extension with limited features and a paid version with more features.
99

10-
<PageRef page="../../../concepts/framework/in-app-purchases.md" title="In-App purchases concept" />
10+
<PageRef page="../../../../concepts/framework/in-app-purchases.md" title="In-App purchases concept" />
1111

1212
## Allow users to buy an In-App Purchase
1313

guides/plugins/plugins/in-app-purchase/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In-App Purchases are a way to lock certain features behind a paywall within the
88
This is useful for developers who want to offer a free version of their extension with limited features,
99
and then offer a paid version with more features.
1010

11-
<PageRef page="../../../concepts/framework/in-app-purchases.md" title="In-App purchases concept" />
11+
<PageRef page="../../../../concepts/framework/in-app-purchases.md" title="In-App purchases concept" />
1212

1313
## Allow users to buy an In-App Purchase
1414

0 commit comments

Comments
 (0)