Skip to content

Commit d470ba0

Browse files
DOCSP-30317 fixed link on Authenticate a User (#3257)
* DOCSP-30317 fix link * DOCSP-30317 line break * DOCSP-30317 fix second link * DOCSP-30317 fix number of characters on line
1 parent 168901f commit d470ba0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/tutorial/authenticate-a-user.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Authenticate a User
1212
:depth: 1
1313
:class: singlecol
1414

15-
To authenticate as a user, you must provide a username, password, and
16-
the :mongosh:`authentication database
17-
<mongosh-authentication-options>` associated with that user.
15+
To authenticate as a user, you must provide a username, password, and the
16+
:option:`authentication database <mongosh --authenticationDatabase>` associated
17+
with that user.
1818

1919
.. important::
2020

@@ -59,8 +59,8 @@ Using :binary:`~bin.mongosh`, you can:
5959
authentication database (in this case, ``admin``), and
6060
use the :method:`db.auth(\<username\>, \<pwd\>)
6161
<db.auth()>` method or the :dbcommand:`authenticate`
62-
command to authenticate against the :mongosh:`authentication
63-
database <mongosh-authentication-options>`:
62+
command to authenticate against the
63+
:option:`authentication database <mongosh --authenticationDatabase>`:
6464

6565
.. code-block:: javascript
6666

0 commit comments

Comments
 (0)