diff --git a/source/index.txt b/source/index.txt index 278f573cb07..9402324fd1b 100644 --- a/source/index.txt +++ b/source/index.txt @@ -45,17 +45,16 @@ 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 - * - :gettingstarted:`mongo Shell Edition ` + * - :doc:`mongo Shell Edition ` `Node.JS Edition `_ - - :gettingstarted:`Python Edition ` + - :ecosystem:`Python Edition ` `C++ Edition `_ diff --git a/source/mongo.txt b/source/mongo.txt index 70522817d6c..060f244ae98 100644 --- a/source/mongo.txt +++ b/source/mongo.txt @@ -142,7 +142,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` @@ -243,7 +244,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 a6b66547b3c..18afbbdb62d 100644 --- a/source/reference/mongo-shell.txt +++ b/source/reference/mongo-shell.txt @@ -561,7 +561,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 `_