Skip to content

Commit d7ac38b

Browse files
author
Chris Cho
authored
DOCSP-30714: fix June 2023 404s (#894)
1 parent 958966e commit d7ac38b

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

config/redirects

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,28 +176,48 @@ raw: docs/drivers/tutorial/write-a-tumblelog-application-with-flask-mongoengine
176176

177177
# Redirects for ecosystem that were previously handled in Fastly
178178

179-
raw: docs/ecosystem/use-cases/pre-aggregated-reports -> ${devhub}/
180-
raw: docs/ecosystem/tutorial/authenticate-with-java-driver -> ${devhub}/
181-
raw: docs/ecosystem/use-cases/client-side-field-level-encryption-guide -> https://www.mongodb.com/docs/manual/core/csfle/
182-
raw: docs/ecosystem/tools/http-interfaces -> ${devhub}/
179+
raw: docs/ecosystem/use-cases/pre-aggregated-reports/ -> ${devhub}/
180+
raw: docs/ecosystem/tutorial/authenticate-with-java-driver/ -> ${devhub}/
181+
raw: docs/ecosystem/use-cases/client-side-field-level-encryption-guide/ -> https://www.mongodb.com/docs/manual/core/csfle/
182+
raw: docs/ecosystem/tools/http-interfaces/ -> ${devhub}/
183+
raw: docs/ecosystem/tools/http-interface/ -> ${devhub}/
183184
raw: docs/ecosystem/security/client-side-field-level-encryption-guide -> https://www.mongodb.com/docs/manual/core/csfle/
184-
raw: docs/ecosystem/drivers -> ${base}/
185-
raw: docs/ecosystem/drivers/scala -> ${base}/scala/
186-
raw: docs/ecosystem/drivers/ruby -> https://www.mongodb.com/docs/ruby-driver/current/
187-
raw: docs/ecosystem/drivers/python -> ${base}/python/
185+
raw: docs/ecosystem/driver/ -> ${base}/
186+
raw: docs/ecosystem/drivers/ -> ${base}/
187+
raw: docs/ecosystem/drivers/node-js/ -> $${base}/node/current/
188+
raw: docs/ecosystem/drivers/scala/ -> ${base}/scala/
189+
raw: docs/ecosystem/drivers/ruby/ -> https://www.mongodb.com/docs/ruby-driver/current/
190+
raw: docs/ecosystem/drivers/python/ -> ${base}/python/
188191
raw: docs/ecosystem/drivers/pymongo/ -> ${base}/pymongo/
189192
raw: docs/ecosystem/drivers/perl/ -> ${base}/
190-
raw: docs/ecosystem/drivers/php -> ${base}/php/
193+
raw: docs/ecosystem/drivers/php/ -> ${base}/php/
191194
raw: docs/ecosystem/drivers/node/ -> ${base}/node/current/
192195
raw: docs/ecosystem/drivers/csharp/ -> ${base}/csharp/current/
193196
raw: docs/ecosystem/drivers/java/ -> ${base}/java-drivers/
194197
raw: docs/ecosystem/drivers/c/ -> ${base}/c/
195198
raw: docs/ecosystem/drivers/driver-compatibility-reference/ -> ${base}/about-compatibility/
196199
raw: docs/ecosystem/ -> ${base}/
197200

198-
# Redirect for outdated Drivers & ODMs page
201+
# Redirects for drivers/drivers/
199202

200203
raw: docs/drivers/drivers/ -> ${base}/
204+
raw: docs/drivers/drivers/c/ -> ${base}/c/
205+
raw: docs/drivers/drivers/cxx/ -> ${base}/cxx/
206+
raw: docs/drivers/drivers/csharp/ -> ${base}/csharp/current/
207+
raw: docs/drivers/drivers/go/ -> ${base}/go/current/
208+
raw: docs/drivers/drivers/java/ -> ${base}/java-drivers/
209+
raw: docs/drivers/drivers/kotlin/ -> ${base}/kotlin-drivers/
210+
raw: docs/drivers/drivers/node/ -> $${base}/node/current/
211+
raw: docs/drivers/drivers/php/ -> ${base}/php/
212+
raw: docs/drivers/drivers/python/ -> ${base}/python/
213+
raw: docs/drivers/drivers/pymongo/ -> ${base}/pymongo/
214+
raw: docs/drivers/drivers/ruby/ -> https://www.mongodb.com/docs/ruby-driver/current/
215+
raw: docs/drivers/drivers/rust/ -> ${base}/rust/
216+
raw: docs/drivers/drivers/scala/ -> ${base}/scala/
217+
raw: docs/drivers/drivers/swift/ -> ${base}/swift/
218+
219+
raw: docs/drivers/drivers/driver-compatibility-reference -> ${base}/
220+
201221

202222
# Redirect for outdated Community Drivers page
203223

0 commit comments

Comments
 (0)