Skip to content

Commit ecb9c52

Browse files
committed
fix build errors
1 parent df7eb83 commit ecb9c52

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

source/reference/sql-aggregation-comparison.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SQL to Aggregation Mapping Chart
1414
files in the includes directory. To change the content of the
1515
tables, edit those files.
1616

17-
The :doc:`aggregation pipeline </core/aggregation>` allows
17+
The :doc:`aggregation pipeline </applications/aggregation>` allows
1818
MongoDB to provide native aggregation capabilities that corresponds to
1919
many common data aggregation operations in SQL. If you're new to
2020
MongoDB you might want to consider the :doc:`/faq` section for a
@@ -69,8 +69,6 @@ terms, functions, and concepts and the corresponding MongoDB
6969

7070
.. versionadded:: 3.2
7171

72-
For a list of all aggregation pipeline and expression operators, see
73-
:doc:`/meta/aggregation-quick-reference`.
7472

7573
.. seealso:: :doc:`/reference/sql-comparison`
7674

@@ -476,6 +474,5 @@ the table assume the following conditions:
476474
.. seealso::
477475

478476
- :doc:`/reference/sql-comparison`
479-
- :doc:`/meta/aggregation-quick-reference`
480477
- :method:`db.collection.aggregate()`
481478

source/reference/sql-comparison.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ table-level actions and the corresponding MongoDB statements.
145145
:header-rows: 1
146146
:class: border-table
147147

148-
.. list-table::
149-
:header-rows: 1
150-
151148
* - SQL Schema Statements
152149

153150
- MongoDB Schema Statements
@@ -299,7 +296,6 @@ For more information on the methods and operators used, see:
299296

300297
- :doc:`/core/document`
301298
- :doc:`Indexes </indexes>`
302-
- :doc:`/core/data-models`.
303299

304300
Insert
305301
~~~~~~
@@ -339,10 +335,6 @@ inserting records into tables and the corresponding MongoDB statements.
339335

340336
For more information, see :method:`db.collection.insert()`.
341337

342-
.. seealso::
343-
344-
- :doc:`/tutorial/insert-documents`
345-
- :doc:`/core/document`
346338

347339
Select
348340
~~~~~~
@@ -780,7 +772,6 @@ For more information on the methods and operators used, see
780772

781773
.. seealso::
782774

783-
- :doc:`/tutorial/query-documents`
784775
- :doc:`/reference/operator/query`
785776
- :doc:`/reference/method`
786777

@@ -850,10 +841,6 @@ For more information on the method and operators used in the examples, see:
850841
- :update:`$set`
851842
- :update:`$inc`
852843

853-
.. seealso::
854-
855-
- :doc:`/tutorial/update-documents`
856-
- :doc:`/reference/operator/update`
857844

858845
Delete Records
859846
~~~~~~~~~~~~~~
@@ -898,7 +885,3 @@ deleting records from tables and the corresponding MongoDB statements.
898885

899886

900887
For more information, see :method:`db.collection.remove()`.
901-
902-
.. seealso::
903-
904-
- :doc:`/tutorial/remove-documents`

0 commit comments

Comments
 (0)