@@ -19,13 +19,13 @@ Introduction
19
19
20
20
The official MongoDB Java Driver providing both synchronous and asynchronous interaction with MongoDB.
21
21
22
- - `Tutorials <http://mongodb.github.io/mongo-java- driver/3.10/driver/ tutorials/>`__
22
+ - :java-docs-latest: `Tutorials <driver/tutorials/>`
23
23
24
- - `Usage Guide <http://mongodb.github.io/mongo-java- driver/3.10/driver/>`__
24
+ - :java-docs-latest: `Usage Guide <driver/>`
25
25
26
- - `API Documentation <http://mongodb.github.io/mongo-java-driver/3.10/ javadoc/overview-summary.html>`_
26
+ - :java-docs-latest: `API Documentation <javadoc/overview-summary.html>`
27
27
28
- - `Changelog <http://mongodb.github.io/mongo-java-driver/3.10/ whats-new/>`__
28
+ - :java-docs-latest: `Changelog <whats-new/>`
29
29
30
30
- `Source Code <https://github.com/mongodb/mongo-java-driver/>`__
31
31
@@ -48,7 +48,7 @@ Installation
48
48
49
49
The recommended way to get started using one of the drivers in your project is with a dependency
50
50
management system. See
51
- `Installation Guide <http://mongodb.github.io/mongo-java- driver/3.10/driver/ getting-started/installation/>`__
51
+ :java-docs-latest: `Installation Guide <driver/getting-started/installation/>`
52
52
53
53
54
54
Connect to MongoDB Atlas
@@ -76,7 +76,7 @@ To connect to a `MongoDB Atlas <https://docs.atlas.mongodb.com/>`_ cluster, use
76
76
MongoDatabase database = mongoClient.getDatabase("test");
77
77
78
78
79
- See `Connect to MongoDB <http://mongodb.github.io/mongo-java- driver/3.10/driver/ tutorials/connect-to-mongodb/>`__
79
+ See :java-docs-latest: `Connect to MongoDB <driver/tutorials/connect-to-mongodb/>`
80
80
for more ways to connect.
81
81
82
82
@@ -109,7 +109,7 @@ How to get help
109
109
- Join our `Google Group <https://groups.google.com/forum/#!forum/mongodb-user>`__.
110
110
- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongodb+java>`__.
111
111
- Visit our `Support Channels <https://docs.mongodb.com/manual/support/>`__.
112
- - See `Issues & Help <http://mongodb.github.io/mongo-java-driver/3.10/ issues-help/>`__ .
112
+ - See :java-docs-latest: `Issues & Help <issues-help/>`.
113
113
114
114
115
115
0 commit comments