diff --git a/source/index.txt b/source/index.txt
index 441f4061080..e269d1ac534 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 ac5ecfb3588..78b8dcf9898 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 14fc94b2161..c3de843662c 100644
--- a/source/reference/mongo-shell.txt
+++ b/source/reference/mongo-shell.txt
@@ -573,7 +573,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 `_