Skip to content

Commit 015b281

Browse files
committed
DOCSP-15269 remove gettingstarted directive
1 parent 6e8de3c commit 015b281

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

source/index.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ functionality.
4141
Getting Started
4242
---------------
4343

44-
MongoDB provides a :gettingstarted:`Getting Started Guide </shell>` in the
45-
following editions.
44+
MongoDB provides a Getting Started Guide in the following editions:
4645

4746
.. list-table::
4847
:class: index-table

source/mongo.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ with a number, or conflicts with a built-in function:
282282
For more documentation of basic MongoDB operations in the
283283
:binary:`~bin.mongo` shell, see:
284284

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

405406
.. seealso::
406407

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

410412
.. class:: hidden

source/reference/mongo-shell.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,8 @@ Consider the following reference material that addresses the
554554
- :ref:`js-administrative-methods`
555555
- :ref:`database-commands`
556556
- :ref:`aggregation-reference`
557-
- :gettingstarted:`Getting Started Guide </shell>`
557+
- :doc:`Getting Started Guide for the mongo Shell
558+
</tutorial/getting-started>`
558559

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

0 commit comments

Comments
 (0)