diff --git a/source/index.txt b/source/index.txt index cbcddece88d..626d7c8cf1d 100644 --- a/source/index.txt +++ b/source/index.txt @@ -41,8 +41,7 @@ functionality. Getting Started --------------- -MongoDB provides a :gettingstarted:`Getting Started Guide ` in the -following editions. +MongoDB provides a Getting Started Guide in the following editions: .. list-table:: :class: index-table diff --git a/source/mongo.txt b/source/mongo.txt index 964fe726b5d..1743c44638d 100644 --- a/source/mongo.txt +++ b/source/mongo.txt @@ -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 ` +- :doc:`Getting Started Guide for the mongo Shell + ` - :doc:`/tutorial/insert-documents` - :doc:`/tutorial/query-documents` - :doc:`/tutorial/update-documents` @@ -404,7 +405,8 @@ To exit the shell, type ``quit()`` or use the ```` shortcut. .. seealso:: - - :gettingstarted:`Getting Started Guide ` + - :doc:`Getting Started Guide for the mongo Shell + ` - :binary:`~bin.mongo` Reference Page .. class:: hidden diff --git a/source/reference/mongo-shell.txt b/source/reference/mongo-shell.txt index 78be820b84f..e51f85413ed 100644 --- a/source/reference/mongo-shell.txt +++ b/source/reference/mongo-shell.txt @@ -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 ` +- :doc:`Getting Started Guide for the mongo Shell + ` Additionally, the MongoDB source code repository includes a `jstests directory `_