Skip to content

Commit 4d60455

Browse files
author
Chris Cho
authored
fix link syntax (#219)
* fix link syntax, update link to point to a specific guide
1 parent 3035bb6 commit 4d60455

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

source/fundamentals/connection.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _java-connection-guide:
2+
13
================
24
Connection Guide
35
================
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. note::
22

3-
This example connects to an instance of MongoDB using a connection string.
3+
This example connects to an instance of MongoDB using a connection URI.
44
To learn more about connecting to your MongoDB instance, see the
5-
`connection guide </fundamentals/connection>`_.
5+
:ref:`connection guide <connect-to-mongodb>`.

0 commit comments

Comments
 (0)