Skip to content

Commit 633fb0a

Browse files
authored
Merge pull request #175 from rustagir/DOCSP-44610-fix-php-manual-links
DOCSP-44610: fix php bson link
2 parents 6e41a65 + a7d5f6f commit 633fb0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/includes/extracts-note.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content: |
66
:php:`comparison <manual/en/types.comparisons.php>` and :php:`type juggling
77
<manual/en/language.types.type-juggling.php>` rules. When matching a special
88
BSON type the query criteria should use the respective :php:`BSON class
9-
<manual/en/book.bson.php>` in the extension (e.g. use
9+
<manual/en/mongodb.bson.php>` in the extension (e.g. use
1010
:php:`MongoDB\BSON\ObjectId <class.mongodb-bson-objectid>` to match an
1111
:manual:`ObjectId </reference/object-id/>`).
1212
---
@@ -25,4 +25,3 @@ content: |
2525
:phpmethod:`MongoDB\Collection::listSearchIndexes()` and check the
2626
``queryable`` :manual:`output field </reference/operator/aggregation/listSearchIndexes/#output>`
2727
to determine whether it is ready to be used.
28-
...

0 commit comments

Comments
 (0)