Skip to content

Commit c62ab19

Browse files
author
Bob Grabar
committed
DOCS-648 minor edit
1 parent 30cd181 commit c62ab19

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

draft/tutorial/getting-started.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ databases by issuing the following command:
6464

6565
If you issue the ``show dbs`` command again you will not yet see
6666
``mydb`` listed. MongoDB will not create the ``mydb`` database
67-
permanently until you insert data to the database, as described in
68-
the next procedure.
67+
permanently until you insert data to the database, as described
68+
next in :ref:`getting-started-create-documents`.
6969

7070
Display :program:`mongod` Help
7171
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -77,6 +77,8 @@ following command:
7777

7878
help
7979

80+
.. _getting-started-create-documents:
81+
8082
Create a Collection and Insert Documents
8183
----------------------------------------
8284

0 commit comments

Comments
 (0)