8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e691c5 + 495edf5 commit 9d01e15Copy full SHA for 9d01e15
reference/themes/mongodb/layouts/partials/header/metaRedirect.html
@@ -50,3 +50,8 @@
50
<meta http-equiv="refresh" content="0;url=https://www.mongodb.com/docs/drivers/java/sync/v4.3/" />
51
{{ end }}
52
53
+{{ if ( and ( findRE ".*mongo-java-driver/5.0/driver-reactive/.+" .URL ) ( not ( findRE ".*/apidocs/.*" .URL )) ( not ( findRE ".*/driver-scala/.*" .URL )) ( not ( findRE ".*/whats-new/.*" .URL ))) }}
54
+ <link rel="canonical" href="https://www.mongodb.com/docs/languages/java/drivers/java-rs/v5.0/"/>
55
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
56
+ <meta http-equiv="refresh" content="0;url=https://www.mongodb.com/docs/languages/java/drivers/java-rs/v5.0/" />
57
+{{ end }}
0 commit comments