Skip to content

Commit 7ca4ccc

Browse files
author
Chris Cho
authored
DOCSP-11544: update Java landing pages for 4.1 (#663)
* DOCSP-11544: update JVM driver landing pages for 4.1
1 parent ebc4cbb commit 7ca4ccc

File tree

5 files changed

+23
-29
lines changed

5 files changed

+23
-29
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
To connect to a :atlas:`MongoDB Atlas <>` cluster, use the
3-
:atlas:`Atlas connection string <driver-connection>` for your cluster:
3+
:atlas:`Atlas connection string </driver-connection>` for your cluster:

source/includes/help-links-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ How to get help
33

44
- Ask questions on our :community-forum:`MongoDB Community Forums <>`.
55
- Visit our :technical-support:`Support Channels </>`.
6-
- See :java-docs:`Issues & Help <issues-help/>`.
6+
- See `Issues & Help <https://mongodb.github.io/mongo-java-driver/4.1/issues-help/>`__.

source/java.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Introduction
1919

2020
The official MongoDB Java Driver providing both synchronous and asynchronous interaction with MongoDB.
2121

22-
- :java-docs:`Tutorials <driver/tutorials/>`
22+
- `Reference Documentation <https://mongodb.github.io/mongo-java-driver/4.1/driver/>`__
2323

24-
- :java-docs:`Usage Guide <driver/>`
24+
- `Tutorials <https://mongodb.github.io/mongo-java-driver/4.1/driver/tutorials/>`__
2525

26-
- :java-docs:`API Documentation <apidocs/>`
26+
- `API Documentation <https://mongodb.github.io/mongo-java-driver/4.1/apidocs/>`__
2727

28-
- :java-docs:`Changelog <whats-new/>`
28+
- `What's New <https://mongodb.github.io/mongo-java-driver/4.1/whats-new/>`__
2929

3030
- `Source Code <https://github.com/mongodb/mongo-java-driver/>`__
3131

@@ -47,8 +47,8 @@ Installation
4747
------------
4848

4949
The recommended way to get started using one of the drivers in your project is with a dependency
50-
management system. See
51-
:java-docs:`Installation Guide <driver/getting-started/installation/>`
50+
management system. See the `Installation Guide <https://mongodb.github.io/mongo-java-driver/4.1/driver/getting-started/installation/>`__
51+
for more information.
5252

5353

5454
Connect to MongoDB Atlas
@@ -75,8 +75,7 @@ Connect to MongoDB Atlas
7575
MongoClient mongoClient = MongoClients.create(settings);
7676
MongoDatabase database = mongoClient.getDatabase("test");
7777

78-
79-
See :java-docs:`Connect to MongoDB <driver/tutorials/connect-to-mongodb/>`
78+
See `Connect to MongoDB <https://mongodb.github.io/mongo-java-driver/4.1/driver/tutorials/connect-to-mongodb/>`__
8079
for more ways to connect.
8180

8281

source/reactive-streams.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@ Introduction
1818
**Java Reactive Streams** is an official Java driver for MongoDB and is the
1919
recommended 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

3935
The recommended way to get started using the driver in your project is with
4036
a 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/>`__
4338
for more information.
4439

4540
Connect 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/>`__
7165
for more ways to connect.
7266

7367
Compatibility

source/scala.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ This is the officially supported Scala driver for MongoDB.
2121

2222
It's a modern idiomatic Scala driver with asynchronous and non-blocking IO.
2323

24-
- :scala-docs:`Getting Started </getting-started/>`
2524

26-
- :scala-docs:`Usage Guide </reference/>`
25+
- `Reference Documentation <http://mongodb.github.io/mongo-java-driver/4.1/driver-scala/>`__
26+
27+
- `Tutorials <http://mongodb.github.io/mongo-java-driver/4.1/driver-scala/tutorials/>`__
2728

28-
- :scala-docs:`API Reference </scaladoc/>`
29+
- `API Documentation <http://mongodb.github.io/mongo-java-driver/4.1/apidocs/>`__
2930

30-
- :scala-docs:`Changelog </changelog/>`
31+
- `What's New <https://mongodb.github.io/mongo-java-driver/4.1/whats-new/>`__
3132

3233
- `Source Code <http://github.com/mongodb/mongo-scala-driver>`__
3334

@@ -37,7 +38,7 @@ Installation
3738

3839
The recommended way to get started using the driver in your project is
3940
with a dependency management system like ``sbt`` or ``maven``. See the
40-
:scala-docs:`Installation Guide </getting-started/installation-guide/>`
41+
`Installation Guide <http://mongodb.github.io/mongo-java-driver/4.1/driver-scala/getting-started/installation/>`__
4142
for more information.
4243

4344

@@ -58,8 +59,8 @@ Connect to MongoDB Atlas
5859
val db: MongoDatabase = client.getDatabase("test")
5960

6061

61-
See our guide on :scala-docs:`Connecting </reference/connecting>` for more
62-
ways to connect.
62+
See our guide on `Connecting <http://mongodb.github.io/mongo-java-driver/4.1/driver-scala/tutorials/connect-to-mongodb/>`__
63+
for more ways to connect.
6364

6465

6566
Compatibility

0 commit comments

Comments
 (0)