Skip to content

Commit 138be9e

Browse files
committed
RM review
1 parent 41c6ce0 commit 138be9e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/connect/connection-options.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Specify Connection Options
77
.. contents:: On this page
88
:local:
99
:backlinks: none
10-
:depth: 1
10+
:depth: 2
1111
:class: singlecol
1212

1313
.. facet::
@@ -21,8 +21,9 @@ Overview
2121
--------
2222

2323
This section describes the MongoDB connection and authentication options
24-
available in {+driver-short+}. You can configure your connection using either
25-
the connection URI or arguments to the ``Mongo::Client`` constructor.
24+
available in {+driver-short+}. You can configure your connection by using either
25+
the connection URI (also called a :manual:`connection string </connection-string/>`)
26+
or by passing arguments to the ``Mongo::Client`` constructor.
2627

2728
Using the Connection URI
2829
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -209,7 +210,8 @@ Authentication
209210

210211
* - **:user**
211212
- | The username for authentication. When this option is included
212-
in a connection URI, you must percent-encode it.
213+
in a connection URI, you must
214+
`percent-encode <https://datatracker.ietf.org/doc/html/rfc3986#section-2.1>`__ it.
213215
|
214216
| **Data Type**: ``String``
215217
| **Default**: none

0 commit comments

Comments
 (0)