Skip to content

Commit 69900a3

Browse files
committed
DOCSP-15269 remove gettingstarted directive
1 parent eeaa5d9 commit 69900a3

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/3.1/quick-start/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
@@ -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
@@ -573,7 +573,8 @@ Consider the following reference material that addresses the
573573
- :ref:`js-administrative-methods`
574574
- :ref:`database-commands`
575575
- :ref:`aggregation-reference`
576-
- :gettingstarted:`Getting Started Guide </shell>`
576+
- :doc:`Getting Started Guide for the mongo Shell
577+
</tutorial/getting-started>`
577578

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

0 commit comments

Comments
 (0)