@@ -18,23 +18,22 @@ Introduction
1818**Java Reactive Streams** is an official Java driver for MongoDB and is the
1919recommended driver for working with reactive streams in the JVM ecosystem.
2020
21- - `Reference Documentation <https://mongodb.github.io/mongo-java- driver/4.1/driver -reactive/>`__
21+ - :java-docs: `Reference Documentation <driver-reactive/>`
2222
23- - `Tutorials <https://mongodb.github.io/mongo-java- driver/4.1/driver -reactive/tutorials/>`__
23+ - :java-docs: `Tutorials <driver-reactive/tutorials/>`
2424
25- - `API Documentation <https://mongodb.github.io/mongo-java-driver/4.1/ apidocs/mongodb-driver-reactivestreams/index.html>`__
25+ - :java-docs: `API Documentation <apidocs/mongodb-driver-reactivestreams/>`
2626
27- - `What's New <https://mongodb.github.io/mongo-java-driver/4.1/ whats-new/>`__
27+ - :java-docs: `What's New <whats-new/>`
2828
29- - `Source Code
30- <https://github.com/mongodb/mongo-java-driver-reactivestreams/>`_
29+ - `Source Code <https://github.com/mongodb/mongo-java-driver-reactivestreams/>`__
3130
3231Installation
3332------------
3433
3534The recommended way to get started using the driver in your project is with
3635a dependency management system.
37- See the `Installation Guide <https://mongodb.github.io/mongo-java- driver/4.1/driver -reactive/getting-started/installation/>`__
36+ See the :java-docs: `Installation Guide <driver-reactive/getting-started/installation/>`
3837for more information.
3938
4039Connect to MongoDB Atlas
@@ -61,7 +60,7 @@ Connect to MongoDB Atlas
6160 MongoClient mongoClient = MongoClients.create(settings);
6261 MongoDatabase database = mongoClient.getDatabase("test");
6362
64- See `Connect to MongoDB <https://mongodb.github.io/mongo-java- driver/4.1/driver -reactive/tutorials/connect-to-mongodb/>`__
63+ See :java-docs: `Connect to MongoDB <driver-reactive/tutorials/connect-to-mongodb/>`
6564for more ways to connect.
6665
6766Compatibility
0 commit comments