diff --git a/source/index.txt b/source/index.txt index eff202b2a62..ee0a1975ba2 100644 --- a/source/index.txt +++ b/source/index.txt @@ -42,8 +42,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 c24fc05ce4c..9794f6605e8 100644 --- a/source/mongo.txt +++ b/source/mongo.txt @@ -44,7 +44,8 @@ The list of methods supported by ``mongosh`` is here: .. seealso:: - - :gettingstarted:`Getting Started Guide ` + - :doc:`Getting Started Guide for the mongo Shell + ` - :binary:`~bin.mongo` Reference Page - :mongosh:`mongosh Documentation ` diff --git a/source/reference/mongo-shell.txt b/source/reference/mongo-shell.txt index b0ccbc94e71..e38723a821a 100644 --- a/source/reference/mongo-shell.txt +++ b/source/reference/mongo-shell.txt @@ -560,7 +560,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 `_