Skip to content

Commit f140181

Browse files
authored
Link to C++ docs repo (#950)
* link to c++ docs repo
1 parent e6b72fa commit f140181

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

config/redirects

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ raw: docs/drivers/syntax-table -> ${base}/
3939

4040
# cpp
4141

42-
raw: docs/drivers/tutorial/download-and-compile-cpp-driver -> http://mongocxx.org/mongocxx-v3/installation/
43-
raw: docs/drivers/tutorial/getting-started-with-cpp-driver -> http://mongocxx.org/mongocxx-v3/tutorial/
44-
raw: docs/drivers/cpp-bson-array-examples -> http://mongocxx.org/mongocxx-v3/working-with-bson/
45-
raw: docs/drivers/cpp-bson-helper-functions ->http://mongocxx.org/mongocxx-v3/working-with-bson/
46-
raw: docs/drivers/cpp-to-sql-to-mongo-shell -> http://mongocxx.org
47-
raw: docs/drivers/tutorial/download-and-compile-cpp-driver-legacy ->http://mongocxx.org/mongocxx-v3/installation/
48-
raw: docs/drivers/tutorial/authenticate-with-cpp-driver -> http://mongocxx.org/
42+
raw: docs/drivers/tutorial/download-and-compile-cpp-driver -> https://www.mongodb.com/docs/languages/cpp/drivers/current/installation/
43+
raw: docs/drivers/tutorial/getting-started-with-cpp-driver -> https://www.mongodb.com/docs/languages/cpp/drivers/current/tutorial/
44+
raw: docs/drivers/cpp-bson-array-examples -> https://www.mongodb.com/docs/languages/cpp/drivers/current/working-with-bson/
45+
raw: docs/drivers/cpp-bson-helper-functions -> https://www.mongodb.com/docs/languages/cpp/drivers/current/working-with-bson/
46+
raw: docs/drivers/cpp-to-sql-to-mongo-shell -> https://www.mongodb.com/docs/languages/cpp/drivers/current/
47+
raw: docs/drivers/tutorial/download-and-compile-cpp-driver-legacy -> https://mongocxx.org/legacy-v1/
48+
raw: docs/drivers/tutorial/authenticate-with-cpp-driver -> https://www.mongodb.com/docs/languages/cpp/drivers/current/configuration/#configuring-authentication
4949

5050
# csharp
5151

@@ -206,7 +206,8 @@ raw: docs/ecosystem/ -> ${base}/
206206

207207
raw: docs/drivers/drivers/ -> ${base}/
208208
raw: docs/drivers/drivers/c/ -> ${base}/c/
209-
raw: docs/drivers/drivers/cxx/ -> ${base}/cxx/
209+
raw: docs/drivers/drivers/cxx/ -> https://www.mongodb.com/docs/languages/cpp/drivers/current/
210+
raw: docs/drivers/drivers/cpp/ -> https://www.mongodb.com/docs/languages/cpp/drivers/current/
210211
raw: docs/drivers/drivers/csharp/ -> ${base}/csharp/current/
211212
raw: docs/drivers/drivers/go/ -> ${base}/go/current/
212213
raw: docs/drivers/drivers/java/ -> ${base}/java-drivers/

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name = "drivers"
22
title = "MongoDB Drivers"
33

44
toc_landing_pages = [
5+
"/cpp-drivers",
56
"/python-drivers",
67
"/php-drivers",
78
"/java-drivers",

source/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ security patches to them.
3232

3333
.. card::
3434
:headline: C++
35-
:url: /cxx/
35+
:url: https://www.mongodb.com/docs/languages/cpp/drivers/current/
3636
:icon: /icons/c++.svg
3737
:icon-alt: C plus plus Driver icon
3838

@@ -155,7 +155,7 @@ with MongoDB:
155155
.. toctree::
156156

157157
C Driver </c>
158-
C++ Driver </cxx>
158+
C++ Driver <https://www.mongodb.com/docs/languages/cpp/drivers/current/>
159159
.NET/C# Driver </csharp-drivers>
160160
Go Driver <https://www.mongodb.com/docs/drivers/go/current/>
161161
Java Drivers </java-drivers>

0 commit comments

Comments
 (0)