@@ -18,17 +18,13 @@ 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- - `Tutorials
22- <http://mongodb.github.io/mongo-java-driver/4.0/driver-reactive/tutorials/>`_
21+ - `Reference Documentation <https://mongodb.github.io/mongo-java-driver/4.1/driver-reactive/>`__
2322
24- - `Usage Guide
25- <http://mongodb.github.io/mongo-java-driver/4.0/driver-reactive/>`_
23+ - `Tutorials <https://mongodb.github.io/mongo-java-driver/4.1/driver-reactive/tutorials/>`__
2624
27- - `API Reference
28- <https://mongodb.github.io/mongo-java-driver-reactivestreams/1.13/javadoc/>`_
25+ - `API Documentation <https://mongodb.github.io/mongo-java-driver/4.1/apidocs/mongodb-driver-reactivestreams/index.html>`__
2926
30- - `Changelog
31- <https://mongodb.github.io/mongo-java-driver-reactivestreams/1.13/changelog/>`_
27+ - `What's New <https://mongodb.github.io/mongo-java-driver/4.1/whats-new/>`__
3228
3329- `Source Code
3430 <https://github.com/mongodb/mongo-java-driver-reactivestreams/>`_
@@ -38,8 +34,7 @@ Installation
3834
3935The recommended way to get started using the driver in your project is with
4036a dependency management system.
41- See the `Installation Guide
42- <http://mongodb.github.io/mongo-java-driver-reactivestreams/1.13/getting-started/installation-guide/>`_
37+ See the `Installation Guide <https://mongodb.github.io/mongo-java-driver/4.1/driver-reactive/getting-started/installation/>`__
4338for more information.
4439
4540Connect to MongoDB Atlas
@@ -66,8 +61,7 @@ Connect to MongoDB Atlas
6661 MongoClient mongoClient = MongoClients.create(settings);
6762 MongoDatabase database = mongoClient.getDatabase("test");
6863
69- See `Connect to MongoDB
70- <http://mongodb.github.io/mongo-java-driver/4.0/driver-reactive/tutorials/>`_
64+ See `Connect to MongoDB <https://mongodb.github.io/mongo-java-driver/4.1/driver-reactive/tutorials/connect-to-mongodb/>`__
7165for more ways to connect.
7266
7367Compatibility
0 commit comments