@@ -20,13 +20,13 @@ Introduction
20
20
The official MongoDB C#/.NET Driver provides asynchronous interaction
21
21
with MongoDB.
22
22
23
- - `Getting Started <https://mongodb.github.io/mongo-csharp-driver/2.10 /getting_started/>`_
23
+ - `Getting Started <https://mongodb.github.io/mongo-csharp-driver/2.11 /getting_started/>`__
24
24
25
- - `API Reference <https://mongodb.github.io/mongo-csharp-driver/2.10 /apidocs/html/R_Project_CSharpDriverDocs.htm>`_
25
+ - `API Reference <https://mongodb.github.io/mongo-csharp-driver/2.11 /apidocs/html/R_Project_CSharpDriverDocs.htm>`__
26
26
27
- - `Changelog <https://mongodb.github.io/mongo-csharp-driver/2.10 /what_is_new/>`_
27
+ - `Changelog <https://mongodb.github.io/mongo-csharp-driver/2.11 /what_is_new/>`__
28
28
29
- - `Source Code <https://github.com/mongodb/mongo-csharp-driver>`_
29
+ - `Source Code <https://github.com/mongodb/mongo-csharp-driver>`__
30
30
31
31
Take the free online course taught by MongoDB
32
32
---------------------------------------------
@@ -43,11 +43,10 @@ Installation
43
43
------------
44
44
45
45
``NuGet`` is the simplest way to get the driver. Use
46
- `MongoDB.Driver <http://www.nuget.org/packages/mongodb.driver>`_ for
46
+ `MongoDB.Driver <http://www.nuget.org/packages/mongodb.driver>`__ for
47
47
all new projects.
48
48
49
- For more information, see `Installation
50
- <https://mongodb.github.io/mongo-csharp-driver/2.10/getting_started/installation/>`_.
49
+ For more information, see `Installation <https://mongodb.github.io/mongo-csharp-driver/2.11/getting_started/installation/>`__.
51
50
52
51
53
52
Connect to MongoDB Atlas
@@ -66,7 +65,7 @@ Connect to MongoDB Atlas
66
65
var database = client.GetDatabase("test");
67
66
68
67
69
- See `Connecting <https://mongodb.github.io/mongo-csharp-driver/2.10 /reference/driver/connecting/>`__
68
+ See `Connecting <https://mongodb.github.io/mongo-csharp-driver/2.11 /reference/driver/connecting/>`__
70
69
for more information.
71
70
72
71
@@ -88,3 +87,4 @@ Language Compatibility
88
87
.. include:: /includes/about-driver-compatibility.rst
89
88
90
89
.. include:: /includes/help-links-csharp.rst
90
+
0 commit comments