File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 69
69
'mms-home' : ('https://cloud.mongodb.com%s' , '' ),
70
70
'guides' : ('https://docs.mongodb.com/guides%s' , '' ),
71
71
'java-docs-latest' : ('https://mongodb.github.io/mongo-java-driver/3.11/%s' , '' ),
72
+ 'csharp-docs-latest' : ('http://mongodb.github.io/mongo-csharp-driver/2.9%s' , '' ),
72
73
'aws-docs' : ('https://docs.aws.amazon.com/%s' , '' ),
73
74
'wikipedia' : ('https://en.wikipedia.org/wiki/%s' , '' ),
74
75
}
Original file line number Diff line number Diff line change @@ -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 <http://mongodb.github.io/mongo-csharp-driver/2.8/ getting_started/>`__
23
+ - :csharp-docs-latest: `Getting Started </ getting_started/>`
24
24
25
25
- `Usage Guide <http://mongodb.github.io/mongo-csharp-driver/?jmp=docs>`__
26
26
27
27
- `API Reference <http://api.mongodb.com/csharp/current?jmp=docs>`_
28
28
29
- - `Changelog <http://mongodb.github.io/mongo-csharp-driver/2.8/ what_is_new/>`__
29
+ - :csharp-docs-latest: `Changelog </ what_is_new/>`
30
30
31
31
- `Source Code <https://github.com/mongodb/mongo-csharp-driver>`__
32
32
@@ -36,8 +36,8 @@ Installation
36
36
37
37
``NuGet`` is the simplest way to get the driver. `MongoDB.Driver <http://www.nuget.org/packages/mongodb.driver>`__ should be used for all new projects.
38
38
39
- For more information, see `Installation
40
- <http://mongodb.github.io/mongo-csharp-driver/2.8/ getting_started/installation/>`_ .
39
+ For more information, see :csharp-docs-latest: `Installation
40
+ </ getting_started/installation/>`.
41
41
42
42
43
43
Connect to MongoDB Atlas
@@ -56,7 +56,7 @@ To connect to a `MongoDB Atlas <https://docs.atlas.mongodb.com/>`_ cluster, use
56
56
var database = client.GetDatabase("test");
57
57
58
58
59
- See `Connecting <http://mongodb.github.io/mongo-csharp-driver/2.7/ reference/driver/connecting/>`__
59
+ See :csharp-docs-latest: `Connecting </ reference/driver/connecting/>`
60
60
for more information.
61
61
62
62
You can’t perform that action at this time.
0 commit comments