@@ -34,44 +34,44 @@ Change Stream Examples
34
34
- id: python
35
35
content: |
36
36
The Python examples below assume that you have `connected to a MongoDB replica set and have accessed a database
37
- <http://api.mongodb.com/python/current/tutorial.html#making-a-connection-with-mongoclient/>`_
37
+ <http://api.mongodb.com/python/current/tutorial.html#making-a-connection-with-mongoclient/>`__
38
38
that contains an ``inventory`` collection.
39
39
40
40
- id: motor
41
41
content: |
42
42
The Python examples below assume that you have `connected to a MongoDB replica set and have accessed a database
43
- <https://motor.readthedocs.io/en/stable/tutorial-asyncio.html#creating-a-client>`_
43
+ <https://motor.readthedocs.io/en/stable/tutorial-asyncio.html#creating-a-client>`__
44
44
that contains an ``inventory`` collection.
45
45
46
46
- id: java-sync
47
47
content: |
48
48
The Java examples below assume that you have `connected to a MongoDB replica set and have accessed a database
49
- <http://mongodb.github.io/mongo-java-driver/3.6/driver/tutorials/databases-collections/>`_
49
+ <http://mongodb.github.io/mongo-java-driver/3.6/driver/tutorials/databases-collections/>`__
50
50
that contains an ``inventory`` collection.
51
51
52
52
- id: csharp
53
53
content: |
54
54
The C# examples below assume that you have `connected to a MongoDB replica set and have accessed a database
55
- <http://mongodb.github.io/mongo-csharp-driver/2.4/getting_started/quick_tour/#make-a-connection/>`_
55
+ <http://mongodb.github.io/mongo-csharp-driver/2.4/getting_started/quick_tour/#make-a-connection/>`__
56
56
that contains an ``inventory`` collection.
57
57
58
58
- id: c
59
59
content: |
60
60
The C examples below assume that you have `connected to a MongoDB replica set and have accessed a database
61
- <http://mongoc.org/libmongoc/current/tutorial.html#making-a-connection/>`_
61
+ <http://mongoc.org/libmongoc/current/tutorial.html#making-a-connection/>`__
62
62
that contains an ``inventory`` collection.
63
63
64
64
65
65
- id: nodejs
66
66
content: |
67
67
The Node.js examples below assume that you have `connected to a MongoDB replica set and have accessed a database
68
- <https://mongodb.github.io/node-mongodb-native/api-generated/mongoclient.html#connect>`_
68
+ <https://mongodb.github.io/node-mongodb-native/api-generated/mongoclient.html#connect>`__
69
69
that contains an ``inventory`` collection.
70
70
71
71
- id: ruby
72
72
content: |
73
73
The examples below assume that you have `connected to a MongoDB replica set and have accessed a database
74
- <https://docs.mongodb.com/ruby-driver/master/tutorials/ruby-driver-create-client/>`_
74
+ <https://docs.mongodb.com/ruby-driver/master/tutorials/ruby-driver-create-client/>`__
75
75
that contains an ``inventory`` collection.
76
76
77
77
0 commit comments