Skip to content

Commit ca0f7e3

Browse files
authored
fixed redirects (#192)
1 parent b92879f commit ca0f7e3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

fern/docs.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,26 @@ versions:
5252
slug: beta
5353

5454
redirects:
55-
- source: /public/sdks/plug/methods
56-
destination: /public/sdks/web/methods
55+
- source: /:path*/sdks/plug/methods
56+
destination: /:path*/sdks/web/methods
5757
permanent: true
58-
- source: /sdks/plug/methods
59-
destination: /sdks/web/methods
58+
- source: /:path*/sdks/plug/methods
59+
destination: /:path*/sdks/web/methods
6060
permanent: true
61-
- source: /sdks/plug/install-ios
62-
destination: /sdks/mobile/ios
61+
- source: /:path*/sdks/plug/install-ios
62+
destination: /:path*/sdks/ios
6363
permanent: true
64-
- source: /sdks/plug/install-android
65-
destination: /sdks/mobile/android
64+
- source: /:path*/sdks/plug/install-android
65+
destination: /:path*/sdks/android
6666
permanent: true
6767
- source: /:path*/snap-in-development/:slug*
68-
destination: /public/snapin-development/:slug*
68+
destination: /:path*/snapin-development/:slug*
6969
permanent: true
7070
- source: /:path*/web/overview
71-
destination: /sdks
71+
destination: /:path*/sdks
7272
permanent: true
73-
- source: /sdks/mobile/:path*
74-
destination: /sdks/:path*
73+
- source: /:path*/sdks/mobile/:slug*
74+
destination: /:path*/sdks/:slug*
7575

7676
analytics:
7777
ga4:

0 commit comments

Comments
 (0)