Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ functionality.
Getting Started
---------------

MongoDB provides a :gettingstarted:`Getting Started Guide </shell>` in the
following editions.
MongoDB provides a Getting Started Guide in the following editions:

.. list-table::
:class: index-table
Expand Down
6 changes: 4 additions & 2 deletions source/mongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ with a number, or conflicts with a built-in function:
For more documentation of basic MongoDB operations in the
:binary:`~bin.mongo` shell, see:

- :gettingstarted:`Getting Started Guide </shell>`
- :doc:`Getting Started Guide for the mongo Shell
</tutorial/getting-started>`
- :doc:`/tutorial/insert-documents`
- :doc:`/tutorial/query-documents`
- :doc:`/tutorial/update-documents`
Expand Down Expand Up @@ -404,7 +405,8 @@ To exit the shell, type ``quit()`` or use the ``<Ctrl-C>`` shortcut.

.. seealso::

- :gettingstarted:`Getting Started Guide </shell>`
- :doc:`Getting Started Guide for the mongo Shell
</tutorial/getting-started>`
- :binary:`~bin.mongo` Reference Page

.. class:: hidden
Expand Down
3 changes: 2 additions & 1 deletion source/reference/mongo-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,8 @@ Consider the following reference material that addresses the
- :ref:`js-administrative-methods`
- :ref:`database-commands`
- :ref:`aggregation-reference`
- :gettingstarted:`Getting Started Guide </shell>`
- :doc:`Getting Started Guide for the mongo Shell
</tutorial/getting-started>`

Additionally, the MongoDB source code repository includes a `jstests
directory <https://github.com/mongodb/mongo/tree/master/jstests/>`_
Expand Down