Skip to content

Commit 19ba1be

Browse files
committed
fixes
1 parent eea3680 commit 19ba1be

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

source/connection/connection-troubleshooting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ against the connected secondary node if you set the read preference to
250250

251251
You can also specify the ``serverSelectionTimeoutMS`` connection option
252252
to adjust the amount of time in which the driver must select a server. To
253-
learn more, see the :ref:`java-connection-uri-options` guide.
253+
learn more, see the :ref:`mcs-cluster-settings` guide.
254254

255255
.. _java-miscellaneous-errors:
256256

source/get-started.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ its dependencies in your development environment.
9191
.. tab:: Maven
9292
:tabid: maven bom
9393

94-
Add the following code to the ``dependencyManagement`` list in your ``pom.xml`` file:
95-
94+
Add the following code to the ``dependencyManagement`` list in your
95+
``pom.xml`` file:
96+
9697
.. code-block:: xml
9798

9899
<dependencyManagement>
@@ -110,6 +111,9 @@ its dependencies in your development environment.
110111
.. tab:: Gradle
111112
:tabid: gradle bom
112113

114+
Add the following code to dependencies list in your
115+
``build.gradle`` file:
116+
113117
.. code-block:: groovy
114118

115119
dependencies {
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.. note:: Example Setup
22

3-
This example connects to an instance of MongoDB by using a connection URI. To learn
4-
more about connecting to your MongoDB instance, see the :ref:`connection guide
5-
<connect-to-mongodb>`. This example also uses the ``movies`` collection in the
6-
``sample_mflix`` database included in the :atlas:`Atlas sample datasets
7-
</sample-data?jmp=docs_driver_java>`. You can load them into
8-
your database on the free tier of MongoDB Atlas by following the :atlas:`Get
9-
Started with Atlas Guide
10-
</getting-started/#atlas-getting-started?jmp=docs_driver_java>`.
3+
This example connects to an instance of MongoDB by using a
4+
connection URI. To learn more about connecting to your MongoDB
5+
instance, see the :ref:`java-connect-to-mongodb` guide. This example
6+
also uses the ``movies`` collection in the ``sample_mflix`` database
7+
included in the :atlas:`Atlas sample datasets </sample-data>`. You
8+
can load them into your database on the free tier of MongoDB Atlas
9+
by following the :atlas:`Get Started with Atlas Guide
10+
</getting-started/#atlas-getting-started>`.

source/references/whats-new.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The 5.4 driver release includes the following changes, fixes,
4040
and features:
4141

4242
- Introduces a Bill of Materials (BOM) to manage versions of MongoDB JVM
43-
artifacts you might use in your application. To view instructions on
43+
artifacts that you might use in your application. To view instructions on
4444
adding the BOM to your application, see the
4545
:ref:`Add the {+driver-short+} Bill of Materials
4646
<java-get-started-install-bom>` step of the Get Started tutorial.

0 commit comments

Comments
 (0)