Skip to content

Commit c0e0ebc

Browse files
committed
Use "agg-out" reference in MongoDB manual
See: mongodb/docs@2a91231
1 parent 9a53ec6 commit c0e0ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/includes/apiargs-MongoDBCollection-method-aggregate-option.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ source:
2929
file: apiargs-MongoDBCollection-common-option.yaml
3030
ref: bypassDocumentValidation
3131
post: |
32-
This only applies when using the :pipeline:`$out` stage.
32+
This only applies when using the :ref:`$out <agg-out>` stage.
3333
3434
Document validation requires MongoDB 3.2 or later: if you are using an earlier
3535
version of MongoDB, this option will be ignored.
@@ -75,7 +75,7 @@ source:
7575
file: apiargs-MongoDBCollection-common-option.yaml
7676
ref: writeConcern
7777
post: |
78-
This only applies when the ``$out`` stage is specified.
78+
This only applies when the :ref:`$out <agg-out>` stage is specified.
7979
8080
This is not supported for server versions prior to 3.4 and will result in an
8181
exception at execution time if used.

0 commit comments

Comments
 (0)