Skip to content

Commit eac404d

Browse files
committed
fixes
1 parent 0c9c6e5 commit eac404d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ MongoDB PHP Library
1212

1313
Installation </tutorial/install-php-library>
1414
Get Started </get-started>
15+
/read
1516
/tutorial
1617
/upgrade
1718
/reference

source/read/retrieve.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ the ``name`` field has the value ``"LinkedIn"``:
9090

9191
{"_id":{"$oid":"..."},"name":"LinkedIn","permalink":"linkedin","crunchbase_url":
9292
"http:\/\/www.crunchbase.com\/company\/linkedin","homepage_url":"http:\/\/linkedin.com",
93-
...
94-
}
93+
... }
9594

9695
.. tip:: Sort Order
9796

@@ -220,8 +219,8 @@ operation to return a maximum of ``5`` results:
220219
:end-before: end-modify
221220

222221
For a full list of options, see the API documentation for the
223-
`findOne() {+api+}/method/MongoDBCollection-findOne/#parameters`__ and
224-
`find() {+api+}/method/MongoDBCollection-find/#parameters`__ parameters.
222+
`findOne() <{+api+}/method/MongoDBCollection-findOne/#parameters>`__ and
223+
`find() <{+api+}/method/MongoDBCollection-find/#parameters>`__ parameters.
225224

226225
.. _php-retrieve-additional-information:
227226

@@ -239,5 +238,5 @@ API Documentation
239238
To learn more about any of the methods or types discussed in this
240239
guide, see the following API documentation:
241240

242-
- `findOne() {+api+}/method/MongoDBCollection-findOne/`__
243-
- `find() {+api+}/method/MongoDBCollection-find/`__
241+
- `findOne() <{+api+}/method/MongoDBCollection-findOne/>`__
242+
- `find() <{+api+}/method/MongoDBCollection-find/>`__

0 commit comments

Comments
 (0)