Skip to content

Commit 9707107

Browse files
committed
fp fixes
1 parent 70bcf6c commit 9707107

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

source/aggregation.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ of New York. To do so, it uses an aggregation pipeline that contains the followi
137137
.. io-code-block::
138138
:copyable:
139139

140-
.. input:: /includes/aggregation.php
140+
.. input:: /includes/aggregation/aggregation.php
141141
:start-after: start-array-match-group
142142
:end-before: end-array-match-group
143143
:language: php
@@ -173,7 +173,7 @@ from the preceding section:
173173
.. io-code-block::
174174
:copyable:
175175

176-
.. input:: /includes/aggregation.php
176+
.. input:: /includes/aggregation/aggregation.php
177177
:start-after: start-array-explain
178178
:end-before: end-array-explain
179179
:language: php
@@ -254,7 +254,7 @@ it uses an aggregation pipeline that contains the following stages:
254254
.. io-code-block::
255255
:copyable:
256256

257-
.. input:: /includes/aggregation.php
257+
.. input:: /includes/aggregation/aggregation.php
258258
:start-after: start-builder-match-group
259259
:end-before: end-builder-match-group
260260
:language: php
@@ -291,7 +291,7 @@ it uses an aggregation pipeline that contains the following stages:
291291
.. io-code-block::
292292
:copyable:
293293

294-
.. input:: /includes/aggregation.php
294+
.. input:: /includes/aggregation/aggregation.php
295295
:start-after: start-builder-unwind
296296
:end-before: end-builder-unwind
297297
:language: php
@@ -327,7 +327,7 @@ foreign field names.
327327
.. io-code-block::
328328
:copyable:
329329

330-
.. input:: /includes/aggregation.php
330+
.. input:: /includes/aggregation/aggregation.php
331331
:start-after: start-builder-lookup
332332
:end-before: end-builder-lookup
333333
:language: php

source/aggregation/atlas-search.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Overview
2222

2323
In this guide, you can learn how to perform searches on your documents
2424
by using the Atlas Search feature. The {+library-short+} allows you to
25-
perform Atlas Search queries by using the :ref:`Aggregation Builder API
26-
<TODO DOCSP-43919>`.
25+
perform Atlas Search queries by using the :ref:`php-aggregation-builder-api`.
2726

2827
.. note:: Deployment Compatibility
2928

source/aggregation/vector-search.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Overview
2222

2323
In this guide, you can learn how to perform searches on your documents
2424
by using the Atlas Vector Search feature. The {+library-short+} allows you to
25-
perform Atlas Vector Search queries by using the :ref:`Aggregation Builder API
26-
<TODO DOCSP-43919>`.
25+
perform Atlas Vector Search queries by using the :ref:`php-aggregation-builder-api`.
2726

2827
.. note:: Deployment Compatibility
2928

0 commit comments

Comments
 (0)