Skip to content

Commit 5030b19

Browse files
sarah-olson-mongodbSarah Olsonjeff-allen-mongo
authored
DOCSP-20366 (#200)
* DOCSP-20366: Update snooty.toml file * DOCSP-20366: Delete conf-sitemap.xml * DOCSP-20366: Link to role * DOCSP-20366: Fix link syntax * DOCSP-20366: Fixing link * DOCSP-20366: Link edits * DOCSP-20366: Fix link markup * DOCSP-20366: Update readme file * Update source/connect.txt Co-authored-by: jeff-allen-mongo <[email protected]> * Update source/changelog.txt Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: Sarah Olson <[email protected]> Co-authored-by: jeff-allen-mongo <[email protected]>
1 parent 8f11c41 commit 5030b19

8 files changed

+10
-39
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ See the following documents within this repository that provide a more
3131
thorough overview of the documentation style, and process. These links
3232
point 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

3938
File issue reports or requests at the `Documentation Jira Project
4039
<https://jira.mongodb.org/browse/DOCS>`_.

conf-sitemap.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "mongodb-shell"
22
title = "MongoDB Shell"
33

4-
intersphinx = ["https://docs.mongodb.com/manual/objects.inv"]
4+
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
55

66
toc_landing_pages = ["/run-commands",
77
"/crud",

source/changelog.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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.

source/connect.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ Connect to a Specific Database
220220
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221221

222222
To 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
225224
you do not specify a database in your URI path, you connect to a database named ``test``.
226225

227226
.. example::

source/reference/access-mdb-shell-help.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

131131
Show 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

260260
Show Additional Details for a Collection Method
261261
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/reference/configure-shell-settings-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/reference/options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)