Skip to content

Commit 9f88cf7

Browse files
committed
Merge remote-tracking branch 'upstream/master' into phase2
2 parents 9f374c3 + 68ca744 commit 9f88cf7

File tree

152 files changed

+4373
-4632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+4373
-4632
lines changed

conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,27 +99,27 @@
9999
'admin-api-endpoint': ('https://docs.mongodb.com/realm/admin/api/v3/#%s', ''), # sphinx_openapi doesn't support endpoint refs, so we have to use an extlink instead
100100
'manual': ('http://docs.mongodb.org/manual%s', ''),
101101
'atlas': ('https://docs.atlas.mongodb.com%s',''),
102-
'datalake': ('https://docs.mongodb.com/datalake/%s',''),
102+
'adl': ('https://docs.mongodb.com/datalake%s',''),
103103
'facebook': ('https://developers.facebook.com/%s', ''),
104104
'mms-docs': ('https://docs.cloud.mongodb.com%s', ''),
105105
'mms-home': ('https://cloud.mongodb.com%s', ''),
106106
'guides': ('https://docs.mongodb.com/guides%s', ''),
107107
'java-sdk': ('https://docs.mongodb.com/realm-sdks/java/10.0.0-BETA.8/%s', ''),
108108
'kotlin-sdk': ('https://docs.mongodb.com/realm-sdks/kotlin/10.0.0-BETA.8/%s', ''),
109-
'swift-sdk': ('https://docs.mongodb.com/realm-sdks/swift/10.0.0-beta.5/%s', ''),
110-
'objc-sdk': ('https://docs.mongodb.com/realm-sdks/objc/10.0.0-beta.5/%s', ''),
109+
'swift-sdk': ('https://docs.mongodb.com/realm-sdks/swift/10.0.0-rc.1/%s', ''),
110+
'objc-sdk': ('https://docs.mongodb.com/realm-sdks/objc/10.0.0-rc.1/%s', ''),
111111
'js-sdk': ('https://docs.mongodb.com/realm-sdks/js/latest/%s', ''),
112112
# True External Links
113-
'android': ('https://developer.android.com/reference/%s', ''),
114-
'android-dev': ('https://developer.android.com/%s', ''),
113+
'android': ('https://developer.android.com/%s', ''),
115114
'apollo': ('https://www.apollographql.com/%s', ''),
116115
'apple': ('https://developer.apple.com/%s', ''),
117116
'aws-docs': ('https://docs.aws.amazon.com/%s', ''),
118117
'aws-go': ('https://docs.aws.amazon.com/sdk-for-go/api/service/%s', ''),
119118
'aws-iam': ('https://docs.aws.amazon.com/IAM/latest/%s', ''),
120119
'aws-reference': ('https://docs.aws.amazon.com/general/latest/%s', ''),
121120
'codesandbox': ('https://codesandbox.io/%s', ''),
122-
'gcp': ('https://cloud.google.com/%s', ''),
121+
'gcp': ('https://cloud.google.com%s', ''),
122+
'git-scm': ('https://git-scm.com/%s', ''),
123123
'github': ('https://github.com/%s', ''),
124124
'github-dev': ('https://developer.github.com/%s', ''),
125125
'google': ('https://developers.google.com/%s', ''),
@@ -136,7 +136,7 @@
136136
'fcm': ('https://firebase.google.com/docs/%s', ''),
137137
'typescript': ('https://www.typescriptlang.org/%s', ''),
138138
'node-driver': ('https://mongodb.github.io/node-mongodb-native/3.6/api/%s', ''),
139-
'ietf': ('https://tools.ietf.org/html/%s', ''),
139+
'rfc': ('https://tools.ietf.org/html/%s', ''),
140140
}
141141

142142
intersphinx_mapping = {}

0 commit comments

Comments
 (0)