Skip to content

Commit 451a127

Browse files
committed
CSHARP-4009: Use https instead of http in new links.
1 parent 3659832 commit 451a127

10 files changed

+13
-21
lines changed

Docs/landing/data/releases.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@ current = "2.14.1"
6464
[[versions]]
6565
version = "2.2.4"
6666
docs = "./2.2/"
67-
api = "http://api.mongodb.org/csharp/2.2"
67+
api = "./2.2/apidocs"
6868

6969
[[versions]]
7070
version = "2.1.1"
7171
docs = "./2.1/"
72-
api = "http://api.mongodb.org/csharp/2.1"
72+
api = "./2.1/apidocs"
7373

7474
[[versions]]
7575
version = "2.0.2"
7676
docs = "./2.0/"
77-
api = "http://api.mongodb.org/csharp/2.0"
77+
api = "./2.0/apidocs"
7878

7979
[[versions]]
8080
version = "1.11"
8181
docs = "./1.11"
82-
api = "http://api.mongodb.org/csharp/1.11"
82+
api = "./1.11/apidocs"
8383

8484
[[drivers]]
8585
name = ".NET Driver"

Release Notes/Release Notes v1.7.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ https://jira.mongodb.org/secure/IssueNavigator.jspa?mode=hide&requestId=12915
3131

3232
Documentation on the C# driver can be found at:
3333

34-
http://www.mongodb.org/display/DOCS/CSharp+Language+Center
35-
http://api.mongodb.org/csharp/current/
34+
https://mongodb.github.io/mongo-csharp-driver/
3635

3736
Standardizing on WriteConcern instead of SafeMode
3837
-------------------------------------------------

Release Notes/Release Notes v1.8.1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ https://jira.mongodb.org/secure/IssueNavigator.jspa?mode=hide&requestId=13252
2121

2222
Documentation on the C#/.NET driver can be found at:
2323

24-
http://www.mongodb.org/display/DOCS/CSharp+Language+Center
25-
http://api.mongodb.org/csharp/current/
24+
https://mongodb.github.io/mongo-csharp-driver/
2625

2726
BSON Library Changes
2827
====================

Release Notes/Release Notes v1.8.2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ https://jira.mongodb.org/secure/IssueNavigator.jspa?mode=hide&requestId=13830
1818

1919
Documentation on the C#/.NET driver can be found at:
2020

21-
http://docs.mongodb.org/ecosystem/drivers/csharp/
22-
http://api.mongodb.org/csharp/current/
21+
https://mongodb.github.io/mongo-csharp-driver/
2322

2423
BSON Library Changes
2524
====================

Release Notes/Release Notes v1.8.3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ https://jira.mongodb.org/issues/?filter=14059
2121

2222
Documentation on the C#/.NET driver can be found at:
2323

24-
http://docs.mongodb.org/ecosystem/drivers/csharp/
25-
http://api.mongodb.org/csharp/current/
24+
https://mongodb.github.io/mongo-csharp-driver/
2625

2726
BSON Library Changes
2827
====================

Release Notes/Release Notes v1.8.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ https://jira.mongodb.org/secure/IssueNavigator.jspa?mode=hide&requestId=13193
2323

2424
Documentation on the C# driver can be found at:
2525

26-
http://www.mongodb.org/display/DOCS/CSharp+Language+Center
27-
http://api.mongodb.org/csharp/current/
26+
https://mongodb.github.io/mongo-csharp-driver/
2827

2928
General changes
3029
===============

Release Notes/Release Notes v1.9.1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ https://jira.mongodb.org/issues/?filter=15166
1414

1515
Documentation on the C# driver can be found at:
1616

17-
http://www.mongodb.org/display/DOCS/CSharp+Language+Center
18-
http://api.mongodb.org/csharp/current/
17+
https://mongodb.github.io/mongo-csharp-driver/
1918

2019
General Changes
2120
===============

Release Notes/Release Notes v1.9.2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ https://jira.mongodb.org/issues/?filter=15440
1414

1515
Documentation on the C# driver can be found at:
1616

17-
http://www.mongodb.org/display/DOCS/CSharp+Language+Center
18-
http://api.mongodb.org/csharp/current/
17+
https://mongodb.github.io/mongo-csharp-driver/
1918

2019
General Changes
2120
===============

Release Notes/Release Notes v1.9.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ https://jira.mongodb.org/secure/IssueNavigator.jspa?mode=hide&requestId=14713
1313

1414
Documentation on the C# driver can be found at:
1515

16-
http://www.mongodb.org/display/DOCS/CSharp+Language+Center
17-
http://api.mongodb.org/csharp/current/
16+
https://mongodb.github.io/mongo-csharp-driver/
1817

1918
General Changes
2019
===============

Release Notes/Release Notes v2.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20status%20in%
1212

1313
Documentation on the .NET driver can be found at:
1414

15-
http://mongodb.github.io/mongo-csharp-driver/
15+
https://mongodb.github.io/mongo-csharp-driver/
1616

1717

1818
## New Features

0 commit comments

Comments
 (0)