Skip to content

Commit b0fd78b

Browse files
committed
Fix build errors after merge
1 parent e2b4467 commit b0fd78b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/sdk/crud/query-engines/filter-data-swift-sdk.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ This operator evaluates to ``true`` if:
299299
:language: swift
300300

301301
For more information about querying geospatial data, refer to
302-
:ref:`sdks-query-geospatial`.
302+
:ref:`sdks-read-filter-geospatial-data`.
303303

304304
Aggregate Operators
305305
```````````````````
@@ -485,7 +485,7 @@ values.
485485

486486
The type on both sides of the operator must be equivalent. For
487487
example, comparing an :ref:`ObjectId with string
488-
<sdks-find-object-by-primary-key>` will result in a precondition failure
488+
<sdks-read-find-object-by-primary-key>` will result in a precondition failure
489489
with a message like:
490490

491491
.. code-block::
@@ -727,7 +727,7 @@ This operator evaluates to ``true`` if:
727727
:language: swift
728728

729729
For more information about querying geospatial data, refer to
730-
:ref:`sdks-query-geospatial`.
730+
:ref:`sdks-read-filter-geospatial-data`.
731731

732732
Aggregate Operators
733733
```````````````````

0 commit comments

Comments
 (0)