Skip to content

Commit 120c84e

Browse files
i80andkay-kim
authored andcommitted
Update a couple of URI placeholders
1 parent 5217ad4 commit 120c84e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/includes/drivers_connect.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.. cssclass:: urilistener
1010
.. code-block:: sh
1111
12-
mongo <URISTRING>
12+
mongo <URISTRING_SHELL>
1313
1414
If you would rather not provide your password on the command
1515
line, you can remove it from the URI string and pass the
@@ -19,7 +19,7 @@
1919
.. cssclass:: urilistener
2020
.. code-block:: sh
2121
22-
mongo <URISTRING_NOUSER>
22+
mongo <URISTRING_SHELL_NOUSER>
2323
2424
Alternatively you can skip the URI and authenticate username
2525
and password once you run the ``mongo`` command and execute the
@@ -61,7 +61,7 @@
6161
click the :guilabel:`NEW CONNECTION` button.
6262

6363
.. figure:: /images/connect-to-host.png
64-
:scale: 100 %
64+
:figwidth: 740px
6565

6666
You will be prompted to populate the connection dialog.
6767
Click :guilabel:`Yes`.

0 commit comments

Comments
 (0)