Skip to content

Commit 3148b8f

Browse files
committed
links
1 parent 4fd1451 commit 3148b8f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source/indexes/index-mgmt.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ API Documentation
135135
To learn more about any of the methods or types discussed in this
136136
guide, see the following API documentation:
137137

138-
- `MongoDB\\Collection::listIndexes() <{+api+}/method/MongoDBCollection-listIndexes/>`__
139-
- `MongoDB\\Collection::dropIndex() <{+api+}/method/MongoDBCollection-dropIndex/>`__
140-
- `MongoDB\\Collection::dropIndexes() <{+api+}/method/MongoDBCollection-dropIndexes/>`__
138+
:phpmethod:`MongoDB\Collection::listIndexes()`
139+
:phpmethod:`MongoDB\Collection::dropIndex()`
140+
:phpmethod:`MongoDB\Collection::dropIndexes()`

source/indexes/multikey-index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ API Documentation
8181
To learn more about any of the methods discussed in this guide, see the following API
8282
documentation:
8383

84-
- `MongoDB\\Collection::createIndex() <{+api+}/method/MongoDBCollection-createIndex/>`__
85-
- `MongoDB\\Collection::findOne() <{+api+}/method/MongoDBCollection-findOne/>`__
84+
:phpmethod:`MongoDB\Collection::createIndex()`
85+
:phpmethod:`MongoDB\Collection::findOne()`

source/indexes/single-field-index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ API Documentation
9292
To learn more about any of the methods discussed in this guide, see the following API
9393
documentation:
9494

95-
- `MongoDB\\Collection::createIndex() <{+api+}/method/MongoDBCollection-createIndex/>`__
96-
- `MongoDB\\Collection::findOne() <{+api+}/method/MongoDBCollection-findOne/>`__
95+
:phpmethod:`MongoDB\Collection::createIndex()`
96+
:phpmethod:`MongoDB\Collection::findOne()`

0 commit comments

Comments
 (0)