Skip to content

Commit bd47b83

Browse files
committed
DOCSP-48435: 404s (#116)
(cherry picked from commit 6bbbc98)
1 parent eac93e3 commit bd47b83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/data-modeling/associations.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ The following query operators are supported with embedded matching:
420420
- :manual:`$type </reference/operator/query/type/>`
421421
- :manual:`$regex </reference/operator/query/regex/>`
422422
- :manual:`Bitwise operators </reference/operator/query-bitwise/>`
423-
- :manual:`$comment </reference/operator/query/comment/>`
424423

425424
The following example queries the embedded ``tours`` field of a loaded ``Band``
426425
document by using the ``$gte`` comparison operator:

source/interact-data/aggregation.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ pipeline operators:
8585
* - Operator
8686
- Method Name
8787

88-
* - :manual:`$group <reference/operator/aggregation/group/>`
88+
* - :manual:`$group </reference/operator/aggregation/group/>`
8989
- ``group``
9090

91-
* - :manual:`$project <reference/operator/aggregation/project/>`
91+
* - :manual:`$project </reference/operator/aggregation/project/>`
9292
- ``project``
9393

94-
* - :manual:`$unwind <reference/operator/aggregation/unwind/>`
94+
* - :manual:`$unwind </reference/operator/aggregation/unwind/>`
9595
- ``unwind``
9696

9797
To create an aggregation pipeline by using one of the preceding operators, call
@@ -229,4 +229,5 @@ guide, see the following API documentation:
229229

230230
- `group <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#group-instance_method>`__
231231
- `project <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#project-instance_method>`__
232-
- `unwind <{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#unwind-instance_method>`__
232+
- `unwind
233+
<{+api+}/Mongoid/Criteria/Queryable/Aggregable.html#unwind-instance_method>`__

0 commit comments

Comments
 (0)