Skip to content

Commit 150cdc8

Browse files
committed
Fix the slug for the push notifications guide
1 parent a89c8df commit 150cdc8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

fern/docs/pages/sdks/mobile/android/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ The DevRev backend sends push notifications to your app to notify users about ne
957957

958958
### Configuration
959959

960-
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notification) section.
960+
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notifications) section.
961961

962962
You need to ensure that your Android app is configured to receive push notifications. You can follow the [Android documentation](https://developer.android.com/training/notify-user/build-notification) for guidance on registering your app with Firebase Cloud Messaging (FCM).
963963

fern/docs/pages/sdks/mobile/cordova/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ The DevRev backend sends push notifications to your app to alert users about new
327327

328328
### Configuration
329329

330-
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notification) section.
330+
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notifications) section.
331331

332332
### Register for push notifications
333333

fern/docs/pages/sdks/mobile/flutter/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ The DevRev backend sends push notifications to your app to notify users about ne
421421

422422
### Configuration
423423

424-
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notification) section.
424+
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notifications) section.
425425

426426
### Register for push notifications
427427

fern/docs/pages/sdks/mobile/ios/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ The DevRev backend sends push notifications to your app to notify users about ne
470470

471471
### Configuration
472472

473-
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notification) section.
473+
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notifications) section.
474474

475475
You need to ensure that your iOS app is configured to receive push notifications. You can follow the [Apple documentation](https://developer.apple.com/documentation/usernotifications/registering_your_app_with_apns) for guidance on registering your app with Apple Push Notification Service (APNs).
476476

File renamed without changes.

fern/docs/pages/sdks/mobile/react-native/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ The DevRev backend sends push notifications to your app to notify users about ne
339339

340340
### Configuration
341341

342-
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notification) section.
342+
To receive push notifications, you need to configure your DevRev organization by following the instructions in the [push notifications](../push-notifications) section.
343343

344344
### Register for push notifications
345345

fern/versions/public.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ navigation:
187187
slug: troubleshooting
188188
path: ../docs/pages/sdks/mobile/flutter/troubleshooting.mdx
189189
- page: Push notifications for mobile
190-
slug: push-notification
191-
path: ../docs/pages/sdks/mobile/push-notification.mdx
190+
slug: push-notifications
191+
path: ../docs/pages/sdks/mobile/push-notifications.mdx
192192
- section: Snap-in development
193193
slug: snapin-development
194194
contents:

0 commit comments

Comments
 (0)