Skip to content

Commit bb977d1

Browse files
committed
CDRIVER-2287 link to change streams docs
1 parent d5b8c42 commit bb977d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/mongoc_change_stream_t.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Synopsis
1515
:symbol:`mongoc_change_stream_t` is a handle to a change stream. A collection
1616
change stream can be obtained using :symbol:`mongoc_collection_watch`.
1717

18-
It is recommended to use a :symbol:`mongoc_change_stream_t` and its functions
19-
instead of a raw aggregation with a ``$changeStream`` stage.
18+
It is recommended to use a :symbol:`mongoc_change_stream_t` and its functions instead of a raw aggregation with a ``$changeStream`` stage. For more information see the `MongoDB Manual Entry on Change Streams <http://dochub.mongodb.org/core/changestreams>`_.
2019

2120

2221
Example
@@ -37,4 +36,4 @@ Example
3736
mongoc_collection_watch
3837
mongoc_change_stream_next
3938
mongoc_change_stream_error_document
40-
mongoc_change_stream_destroy
39+
mongoc_change_stream_destroy

0 commit comments

Comments
 (0)