@@ -20,11 +20,11 @@ Introduction
2020The official MongoDB C#/.NET Driver provides asynchronous interaction
2121with MongoDB.
2222
23- - `Getting Started <https://mongodb.github.io/mongo-csharp-driver/2.11 /getting_started/>`__
23+ - `Getting Started <https://mongodb.github.io/mongo-csharp-driver/2.12 /getting_started/>`__
2424
25- - `API Reference <https://mongodb.github.io/mongo-csharp-driver/2.11 /apidocs/html/R_Project_CSharpDriverDocs.htm>`__
25+ - `API Reference <https://mongodb.github.io/mongo-csharp-driver/2.12 /apidocs/html/R_Project_CSharpDriverDocs.htm>`__
2626
27- - `Changelog <https://mongodb.github.io/mongo-csharp-driver/2.11 /what_is_new/>`__
27+ - `Changelog <https://mongodb.github.io/mongo-csharp-driver/2.12 /what_is_new/>`__
2828
2929- `Source Code <https://github.com/mongodb/mongo-csharp-driver>`__
3030
@@ -44,10 +44,10 @@ Installation
4444------------
4545
4646``NuGet`` is the simplest way to get the driver. Use
47- `MongoDB.Driver <http ://www.nuget.org/packages/mongodb.driver>`__ for
47+ `MongoDB.Driver <https ://www.nuget.org/packages/mongodb.driver>`__ for
4848all new projects.
4949
50- For more information, see `Installation <https://mongodb.github.io/mongo-csharp-driver/2.11 /getting_started/installation/>`__.
50+ For more information, see `Installation <https://mongodb.github.io/mongo-csharp-driver/2.12 /getting_started/installation/>`__.
5151
5252
5353Connect to MongoDB Atlas
@@ -66,7 +66,7 @@ Connect to MongoDB Atlas
6666 var database = client.GetDatabase("test");
6767
6868
69- See `Connecting <https://mongodb.github.io/mongo-csharp-driver/2.11 /reference/driver/connecting/>`__
69+ See `Connecting <https://mongodb.github.io/mongo-csharp-driver/2.12 /reference/driver/connecting/>`__
7070for more information.
7171
7272
0 commit comments