Skip to content

Commit fe5bd09

Browse files
DOCS-12433: .NET driver link fixes (#621)
1 parent 4e35094 commit fe5bd09

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/drivers/csharp.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ with MongoDB.
2222

2323
- :csharp-docs-latest:`Getting Started </getting_started/>`
2424

25-
- `Usage Guide <http://mongodb.github.io/mongo-csharp-driver/?jmp=docs>`__
26-
27-
- :api:`API Reference <csharp/current?jmp=docs>`
25+
- :csharp-docs-latest:`API Reference </apidocs/html/R_Project_CSharpDriverDocs.htm>`
2826

2927
- :csharp-docs-latest:`Changelog </what_is_new/>`
3028

31-
- `Source Code <https://github.com/mongodb/mongo-csharp-driver>`__
29+
- `Source Code <https://github.com/mongodb/mongo-csharp-driver>`_
3230

3331

3432
Installation
3533
------------
3634

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.
35+
``NuGet`` is the simplest way to get the driver. Use
36+
`MongoDB.Driver <http://www.nuget.org/packages/mongodb.driver>`_ for
37+
all new projects.
3838

3939
For more information, see :csharp-docs-latest:`Installation
4040
</getting_started/installation/>`.
@@ -43,7 +43,8 @@ For more information, see :csharp-docs-latest:`Installation
4343
Connect to MongoDB Atlas
4444
------------------------
4545

46-
To connect to a :atlas:`MongoDB Atlas </>` cluster, use the :atlas:`Atlas connection string </driver-connection>` for your cluster:
46+
To connect to a :atlas:`MongoDB Atlas </>` cluster, use the
47+
:atlas:`Atlas connection string </driver-connection>` for your cluster:
4748

4849
.. code-block:: csharp
4950

0 commit comments

Comments
 (0)