Skip to content

Commit 1ea2a8f

Browse files
committed
DOCSP-15269 remove gettingstarted directive
1 parent 7204920 commit 1ea2a8f

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

source/index.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,16 @@ functionality.
4545
Getting Started
4646
---------------
4747

48-
MongoDB provides a :gettingstarted:`Getting Started Guide </shell>` in the
49-
following editions.
48+
MongoDB provides a Getting Started Guide in the following editions:
5049

5150
.. list-table::
5251
:class: index-table
5352

54-
* - :gettingstarted:`mongo Shell Edition </shell>`
53+
* - :doc:`mongo Shell Edition </tutorial/getting-started>`
5554

5655
`Node.JS Edition <http://mongodb.github.io/node-mongodb-native/2.2/quick-start/>`_
5756

58-
- :gettingstarted:`Python Edition </python>`
57+
- :ecosystem:`Python Edition </drivers/pymongo/>`
5958

6059
`C++ Edition <https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/tutorial/>`_
6160

source/mongo.txt

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

145-
- :gettingstarted:`Getting Started Guide </shell>`
145+
- :doc:`Getting Started Guide for the mongo Shell
146+
</tutorial/getting-started>`
146147
- :doc:`/tutorial/insert-documents`
147148
- :doc:`/tutorial/query-documents`
148149
- :doc:`/tutorial/update-documents`
@@ -243,7 +244,8 @@ To exit the shell, type ``quit()`` or use the ``<Ctrl-C>`` shortcut.
243244

244245
.. seealso::
245246

246-
- :gettingstarted:`Getting Started Guide </shell>`
247+
- :doc:`Getting Started Guide for the mongo Shell
248+
</tutorial/getting-started>`
247249
- :binary:`~bin.mongo` Reference Page
248250

249251
.. class:: hidden

source/reference/mongo-shell.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ Consider the following reference material that addresses the
561561
- :ref:`js-administrative-methods`
562562
- :ref:`database-commands`
563563
- :ref:`aggregation-reference`
564-
- :gettingstarted:`Getting Started Guide </shell>`
564+
- :doc:`Getting Started Guide for the mongo Shell
565+
</tutorial/getting-started>`
565566

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

0 commit comments

Comments
 (0)