We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cd181 commit c62ab19Copy full SHA for c62ab19
draft/tutorial/getting-started.txt
@@ -64,8 +64,8 @@ databases by issuing the following command:
64
65
If you issue the ``show dbs`` command again you will not yet see
66
``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.
+ permanently until you insert data to the database, as described
+ next in :ref:`getting-started-create-documents`.
69
70
Display :program:`mongod` Help
71
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -77,6 +77,8 @@ following command:
77
78
help
79
80
+.. _getting-started-create-documents:
81
+
82
Create a Collection and Insert Documents
83
----------------------------------------
84
0 commit comments