Skip to content

Commit de61ae1

Browse files
committed
fix links
1 parent 99c571d commit de61ae1

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

source/reference/class/MongoDBCollection.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _api-mongodb-collection-class:
2+
13
=========================
24
MongoDB\\Collection Class
35
=========================

source/reference/method/MongoDBDatabase-createEncryptedCollection.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _api-database-create-encrypted:
2+
13
==============================================
24
MongoDB\\Database::createEncryptedCollection()
35
==============================================

source/whats-new.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ What's New in 1.18
5252
method may be used to register a global alias for a GridFS bucket. After
5353
doing so, files within that bucket can be accessed using only a file URI
5454
(e.g. "gridfs://mybucket/hello.txt"). A demonstration of this API can be found
55-
in the `gridfs_stream_wrapper.php <https://github.com/mongodb/mongo-php-library/blob/1.18.0/examples/gridfs_stream_wrapper.php>`_
55+
in the `gridfs_stream_wrapper.php <https://github.com/mongodb/mongo-php-library/blob/1.18.0/examples/gridfs_stream_wrapper.php>`__
5656
example script.
5757

58-
- The ``MongoDB\Client`` class now has :ref:`addSubscriber() <api-client-add-subscriber>`
59-
and :ref:`removeSubscriber()<api-client-remove-subscriber>` methods to make it
60-
easier to register monitoring classes on the underlying ``MongoDB\Driver\Manager``
61-
object.
58+
- Adds :ref:`addSubscriber() <api-client-add-subscriber>` and
59+
:ref:`removeSubscriber()<api-client-remove-subscriber>` methods to the
60+
``MongoDB\Client`` class to make it easier to register monitoring classes
61+
on the underlying ``MongoDB\Driver\Manager`` object.
6262

6363
To learn more about this release, see the `v1.18 Release Notes
6464
<https://github.com/mongodb/mongo-php-library/releases/tag/1.18.0>`__ on GitHub.

0 commit comments

Comments
 (0)