Skip to content

Commit d69f7ff

Browse files
authored
fix mobile SDK references (#126)
1 parent 2853ea7 commit d69f7ff

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

fern/docs.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,15 @@ versions:
4949
slug: beta
5050

5151
redirects:
52-
- source: "/public/sdks/plug/methods"
53-
destination: "/public/sdks/web/methods"
52+
- source: /public/sdks/plug/methods
53+
destination: /public/sdks/web/methods
5454
permanent: true
55-
- source: "/sdks/plug/methods"
56-
destination: "/sdks/web/methods"
55+
- source: /sdks/plug/methods
56+
destination: /sdks/web/methods
5757
permanent: true
58+
- source: /sdks/plug/install-ios
59+
destination: /sdks/mobile/ios
60+
permanent: true
61+
- source: /sdks/plug/install-android
62+
destination: /sdks/mobile/android
63+
permanent: true

fern/docs/pages/plug-sdk/sdk-intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Before you dive into customization, take a quick detour to explore [methods](./m
77
<Card
88
title="Integrate PLuG with your Android app"
99
icon="fa-brands fa-android"
10-
href="/sdks/plug/install-android"
10+
href="/sdks/mobile/android"
1111
/>
1212

1313
<Card
1414
title="Integrate PLuG with your iOS app"
1515
icon="fa-brands fa-apple"
16-
href="/sdks/plug/install-ios"
16+
href="/sdks/mobile/ios"
1717
/>
1818
</Cards>

0 commit comments

Comments
 (0)