Skip to content

Commit 61ecf64

Browse files
author
Chris Cho
authored
DOCSP-17960: update csharp docs links to latest version (#753)
1 parent 00d4a21 commit 61ecf64

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ toc_landing_pages = ["/python", "/php", "/java-drivers", "/use-cases"]
77
version = 4.0
88
package-name-org = "docs-ecosystem"
99
pgp-version = "{+version+}"
10+
csharp-docs-versioned = "https://mongodb.github.io/mongo-csharp-driver/2.13"

source/csharp.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Introduction
2020
The official MongoDB C#/.NET Driver provides asynchronous interaction
2121
with MongoDB.
2222

23-
- `Getting Started <https://mongodb.github.io/mongo-csharp-driver/2.12/getting_started/>`__
23+
- `Getting Started <{+csharp-docs-versioned+}/getting_started/>`__
2424

25-
- `API Reference <https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/R_Project_CSharpDriverDocs.htm>`__
25+
- `API Reference <{+csharp-docs-versioned+}/apidocs/html/R_Project_CSharpDriverDocs.htm>`__
2626

27-
- `Changelog <https://mongodb.github.io/mongo-csharp-driver/2.12/what_is_new/>`__
27+
- `Changelog <{+csharp-docs-versioned+}/what_is_new/>`__
2828

2929
- `Source Code <https://github.com/mongodb/mongo-csharp-driver>`__
3030

@@ -47,7 +47,7 @@ Installation
4747
`MongoDB.Driver <https://www.nuget.org/packages/mongodb.driver>`__ for
4848
all new projects.
4949

50-
For more information, see `Installation <https://mongodb.github.io/mongo-csharp-driver/2.12/getting_started/installation/>`__.
50+
For more information, see `Installation <{+csharp-docs-versioned+}/getting_started/installation/>`__.
5151

5252
.. _connect-atlas-csharp-driver:
5353

@@ -69,7 +69,7 @@ Connect to MongoDB Atlas
6969

7070
.. include:: /includes/serverless-compatibility.rst
7171

72-
See `Connecting <https://mongodb.github.io/mongo-csharp-driver/2.12/reference/driver/connecting/>`__
72+
See `Connecting <{+csharp-docs-versioned+}/reference/driver/connecting/>`__
7373
for more information.
7474

7575
Versioned API

0 commit comments

Comments
 (0)