Skip to content

Commit aade9c4

Browse files
committed
fix broken links
1 parent 3932b03 commit aade9c4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

versioned_docs/version-0.11/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ In this release, Devvit introduces a new way for apps to let users create conten
140140
- **Saves the user time and effort**. It’s easy for users to jump into the conversation.
141141
- **Improves retention**. When people interact with your app, they’re more likely to stick around, and continued user engagement helps your app reach new people. Total positive feedback loop!
142142

143-
Check out our new [user action API](./capabilities/userActions.mdx) to see how you can add this to your own app.
143+
Check out our new [user action API](./capabilities/userActions.md) to see how you can add this to your own app.
144144

145145
Also in this release, we’ve streamlined developer communication. New devs will get automatic email notifications when they [upload](./dev_guide.mdx) their first app and every time an app is approved for [publishing](./publishing.md).
146146

@@ -312,7 +312,7 @@ Release 0.11.4 introduces [payments](./payments/payments_overview.md)! This pilo
312312

313313
Since this is a pilot program, you'll need to submit an [enrollment form](https://forms.gle/TuTV5jbUwFKTcerUA) before developing and playtesting payments in your app. Before you publish your app, you’ll need to complete additional steps outlined in the payments documentation.
314314

315-
We’ve also added a new [template](./payments/payments_add.mdx) to help you set up payments functionality without needing to code a full app from scratch.
315+
We’ve also added a new [template](./payments/payments_add.md) to help you set up payments functionality without needing to code a full app from scratch.
316316

317317
**New features**
318318
This release also includes:

versioned_docs/version-0.12/capabilities/server/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Allows you to build an app where the moderator can store secret keys in a safe a
3232

3333
Allows you to run automated server-side tasks when certain events happen on Reddit, for example: when a new post is created, or when a new comment is created.
3434

35-
## [User actions](./userActions.md)
35+
## [User actions](./userActions.mdx)
3636

3737
Allows you to execute some actions, like posting or commenting, on behalf of the user. This means that these new posts or comments will not show up as created by the app, but by the user that is currently using the app. Access to this feature is subject to review by Admins.
3838

0 commit comments

Comments
 (0)