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.
1 parent d55153d commit 0fdf9c9Copy full SHA for 0fdf9c9
config/redirects
@@ -4,6 +4,9 @@ define: manual https://docs.mongodb.com/manual
4
define: atlas https://docs.atlas.mongodb.com
5
define: devhub https://developer.mongodb.com
6
7
+# Java
8
+raw: drivers/java -> ${base}/java-drivers/
9
+
10
11
# FLE https://jira.mongodb.org/browse/DOP-1633
12
raw: drivers/use-cases/client-side-field-level-encryption-guide -> ${base}/security/client-side-field-level-encryption-guide/
source/java-drivers.txt
@@ -9,7 +9,7 @@ Java MongoDB Drivers
.. toctree::
:titlesonly:
- /java.txt
+ Java Driver <https://docs.mongodb.com/drivers/java/sync/current/>
13
/reactive-streams.txt
14
15
.. contents:: On this page
0 commit comments