@@ -71,8 +71,8 @@ examples in the shell above.
71
71
Populate a Collection (Insert)
72
72
------------------------------
73
73
74
- MongoDB stores documents in :doc :`collections
75
- </core/ databases-and-collections>`. Collections are analogous to
74
+ MongoDB stores documents in :ref :`collections
75
+ <databases-and-collections>`. Collections are analogous to
76
76
tables in relational databases. If a collection does not exist,
77
77
MongoDB creates the collection when you first store data for that
78
78
collection.
@@ -342,25 +342,25 @@ For additional examples, including MongoDB driver specific examples
342
342
343
343
* - Query document examples
344
344
345
- - - :doc:`/tutorial/query-documents `
345
+ - - :ref:`read-operations-queries `
346
346
347
- - :doc:`/tutorial/query-embedded-documents `
347
+ - :ref:`read-operations-subdocuments `
348
348
349
- - :doc:`/tutorial/query -arrays`
349
+ - :ref:`read-operations -arrays`
350
350
351
- - :doc:`/tutorial/query- array-of -documents`
351
+ - :ref:` array-match-embedded -documents`
352
352
353
- - :doc:`/tutorial/project-fields-from-query-results `
353
+ - :ref:`projection `
354
354
355
- - :doc:`/tutorial/ query-for-null-fields `
355
+ - :ref:`faq-developers- query-for-nulls `
356
356
357
357
* - Update document examples
358
358
359
- - - :doc:`/tutorial/update-documents `
359
+ - - :ref:`write-op-update `
360
360
361
361
* - Delete document examples
362
362
363
- - - :doc:`/tutorial/remove-documents `
363
+ - - :ref:`write-op-delete `
364
364
365
365
Additional Topics
366
366
~~~~~~~~~~~~~~~~~
@@ -374,34 +374,34 @@ Additional Topics
374
374
- Administrators
375
375
- Reference
376
376
377
- * - :doc:`/introduction `
377
+ * - :ref:`intro-to-mongodb `
378
378
379
379
:ref:`Installation Guides <tutorial-installation>`
380
380
381
- :doc:`/core/ databases-and-collections`
381
+ :ref:` databases-and-collections`
382
382
383
- :doc:`/core/ document`
383
+ :ref:`bson- document-format `
384
384
385
385
- :ref:`CRUD Operations <crud>`
386
386
387
387
:ref:`Aggregation <aggregation>`
388
388
389
- :doc :`SQL to MongoDB </reference/ sql-comparison >`
389
+ :ref :`SQL to MongoDB <sql-to-mongodb-mapping >`
390
390
391
- :doc:`/ indexes`
391
+ :ref:` indexes`
392
392
393
- - :doc:`/administration/ production-notes`
393
+ - :ref:` production-notes`
394
394
395
- :doc :`Replica Sets </ replication>`
395
+ :ref :`Replica Sets <replication>`
396
396
397
- :doc :`Sharded Clusters </ sharding>`
397
+ :ref :`Sharded Clusters <sharding-background >`
398
398
399
- :doc :`MongoDB Security </ security>`
399
+ :ref :`MongoDB Security <security>`
400
400
401
- - :doc :`Shell Methods </reference/method >`
401
+ - :ref :`Shell Methods <js-administrative-methods >`
402
402
403
- :doc :`Query Operators </reference/ operator>`
403
+ :ref :`Query Operators <operator-ref-landing >`
404
404
405
- :doc :`Reference </ reference>`
405
+ :ref :`Reference <reference-landing >`
406
406
407
- :doc:`/reference/ glossary`
407
+ :ref:` glossary`
0 commit comments