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 6969    'mms-home' : ('https://cloud.mongodb.com%s' , '' ),
7070    'guides' : ('https://docs.mongodb.com/guides%s' , '' ),
7171    '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' , '' ),
7273    'aws-docs' : ('https://docs.aws.amazon.com/%s' , '' ),
7374    'wikipedia' : ('https://en.wikipedia.org/wiki/%s' , '' ),
7475}
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ Introduction
2020The official MongoDB C#/.NET Driver provides asynchronous interaction
2121with MongoDB.
2222
23- - `Getting Started <http://mongodb.github.io/mongo-csharp-driver/2.8/ getting_started/>`__ 
23+ - :csharp-docs-latest: `Getting Started </ getting_started/>`
2424
2525- `Usage Guide <http://mongodb.github.io/mongo-csharp-driver/?jmp=docs>`__
2626
2727- `API Reference <http://api.mongodb.com/csharp/current?jmp=docs>`_
2828
29- - `Changelog <http://mongodb.github.io/mongo-csharp-driver/2.8/ what_is_new/>`__ 
29+ - :csharp-docs-latest: `Changelog </ what_is_new/>`
3030
3131- `Source Code <https://github.com/mongodb/mongo-csharp-driver>`__
3232
@@ -36,8 +36,8 @@ Installation
3636
3737``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.
3838
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/>`.
4141
4242
4343Connect to MongoDB Atlas
@@ -56,7 +56,7 @@ To connect to a `MongoDB Atlas <https://docs.atlas.mongodb.com/>`_ cluster, use
5656   var database = client.GetDatabase("test");
5757
5858
59- See `Connecting <http://mongodb.github.io/mongo-csharp-driver/2.7/ reference/driver/connecting/>`__ 
59+ See :csharp-docs-latest: `Connecting </ reference/driver/connecting/>`
6060for more information.
6161
6262
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments