File tree Expand file tree Collapse file tree 8 files changed +10
-39
lines changed Expand file tree Collapse file tree 8 files changed +10
-39
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,9 @@ See the following documents within this repository that provide a more
3131thorough overview of the documentation style, and process. These links
3232point back to the MongoDB Manual materials:
3333
34- - `Style Guide <http://docs.mongodb.org/manual/meta/style-guide >`_
35- - `Documentation Practices <http://docs.mongodb.org/manual/meta/practices >`_
36- - `Documentation Organization <http://docs.mongodb.org/manual/meta/organization >`_
37- - `Build Instructions <http://docs.mongodb.org/manual/meta/build >`_
34+ - `Style Guide <https://www.mongodb.com/docs/meta/style-guide >`_
35+ - `Documentation Practices <https://www.mongodb.com/docs/meta/practices >`_
36+ - `Documentation Organization <https://www.mongodb.com/docs/meta/organization >`_
3837
3938File issue reports or requests at the `Documentation Jira Project
4039<https://jira.mongodb.org/browse/DOCS> `_.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name = " mongodb-shell"
22title = " MongoDB Shell"
33
4- intersphinx = [" https://docs .mongodb.com/manual/objects.inv" ]
4+ intersphinx = [" https://www .mongodb.com/docs /manual/objects.inv" ]
55
66toc_landing_pages = [" /run-commands" ,
77 " /crud" ,
Original file line number Diff line number Diff line change @@ -403,8 +403,7 @@ New features in this release:
403403- Autocomplete is now aware of the ``--apiStrict`` flag. When
404404 ``--apiStrict`` is ``true``, autocomplete only completes methods
405405 that work with your defined API version. For more information, see
406- `Versioned API
407- <https://docs.mongodb.com/v5.0/reference/versioned-api/>`__.
406+ :manual:`Stable API </reference/stable-api/>`.
408407
409408- :ref:`Snippets <snip-overview>`. An experimental feature that
410409 allows users to create custom shell extensions.
Original file line number Diff line number Diff line change @@ -220,8 +220,7 @@ Connect to a Specific Database
220220~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221221
222222To connect to a specific database, specify a database in your
223- `connection string URI path
224- <https://docs.mongodb.com/manual/reference/connection-string/>`__. If
223+ :manual:`connection string URI path </reference/connection-string/>` If
225224you do not specify a database in your URI path, you connect to a database named ``test``.
226225
227226.. example::
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ The output resembles the following:
126126
127127 Runs an arbitrary command against the admin database.
128128
129- For more information on usage: https://docs .mongodb.com/manual/reference/method/db.adminCommand
129+ For more information on usage: https://www .mongodb.com/docs /manual/reference/method/db.adminCommand
130130
131131Show Additional Usage Details for a Database Method
132132~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -255,7 +255,7 @@ The output resembles the following:
255255
256256 Inserts a document into a collection.
257257
258- For more information on usage: https://docs .mongodb.com/manual/reference/method/db.collection.insertOne
258+ For more information on usage: https://www .mongodb.com/docs /manual/reference/method/db.collection.insertOne
259259
260260Show Additional Details for a Collection Method
261261~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ result of the API call.
194194 Using MongoDB: undefined
195195 Using Mongosh Beta: 0.12.1
196196
197- For mongosh info see: https://docs .mongodb.com/mongodb-shell/
197+ For mongosh info see: https://www .mongodb.com/docs /mongodb-shell/
198198
199199 Setting "enableTelemetry" has been changed
200200
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Connection Options
101101 the hostname does not match the ``SAN`` (or ``CN``), the
102102 |mdb-shell| shell fails to connect.
103103
104- For `DNS seedlist connections <https://docs.mongodb.com/manual/ reference/connection-string/#dns-seedlist-connection-format/>`_ ,
104+ For :manual: `DNS seedlist connections </ reference/connection-string/#dns-seedlist-connection-format/>`,
105105 Specify the connection protocol as ``mongodb+srv``, followed by
106106 the DNS SRV hostname record and any options. The ``authSource``
107107 and ``replicaSet`` options, if included in the connection string,
You can’t perform that action at this time.
0 commit comments