Skip to content

Commit aec3074

Browse files
authored
(DOCSP-45013) Add specific redirects for pages that 404 (#3385)
## Pull Request Info - SDK Docs Consolidation Jira ticket: https://jira.mongodb.org/browse/DOCSP-45013
1 parent f9fb7d5 commit aec3074

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/redirects

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,3 +1306,14 @@ raw: ${prefix}/migrate -> ${deviceSDKsBase}/migrate/
13061306
# No clarity from DOP on whether to use ${deviceSDKsBase} or ${base}, so going
13071307
# with what we know works (${base}).
13081308
raw: ${prefix}/sdk/dotnet/sync/convert-realm -> ${base}/sdk/dotnet/sync/configure-and-open-a-synced-realm
1309+
1310+
# DOCSP-45013
1311+
# Some links to the SDK docs aren't getting properly redirected
1312+
raw: ${prefix}/sdk/ios/ -> ${base}/sdk/swift/
1313+
raw: ${prefix}/sdk/swift/sync/sync-progress/ -> ${base}/sdk/swift/sync/sync-session/
1314+
raw: ${prefix}/sdk/swift/examples/define-a-realm-object-model/#std-label-ios-index-a-property -> ${base}/sdk/swift/model-data/object-models/#index-a-property
1315+
raw: ${prefix}/sdk/dotnet/fundamentals/object-models-and-schemas/#indexes -> ${base}/sdk/dotnet/model-data/define-object-model/#indexes
1316+
raw: ${prefix}/sdk/dotnet/examples/define-a-realm-object-model/#index-a-property -> ${base}/sdk/dotnet/model-data/define-object-model/#indexes
1317+
raw: ${prefix}/sdk/node/examples/define-a-realm-object-model/#index-a-property -> ${base}/sdk/node/model-data/define-a-realm-object-model/#index-a-property
1318+
raw: ${prefix}/sdk/react-native/examples/define-a-realm-object-model/#index-a-property -> ${base}/sdk/react-native/model-data/define-a-realm-object-model/#index-a-property
1319+
raw: ${prefix}/sdk/java/examples/define-a-realm-object-model/#index-a-field -> ${base}/sdk/java/model-data/define-a-realm-object-model/#index-a-field

0 commit comments

Comments
 (0)