diff --git a/config/redirects b/config/redirects index 2c7fe030b..40b03e2de 100644 --- a/config/redirects +++ b/config/redirects @@ -39,13 +39,13 @@ raw: docs/drivers/syntax-table -> ${base}/ # cpp -raw: docs/drivers/tutorial/download-and-compile-cpp-driver -> http://mongocxx.org/mongocxx-v3/installation/ -raw: docs/drivers/tutorial/getting-started-with-cpp-driver -> http://mongocxx.org/mongocxx-v3/tutorial/ -raw: docs/drivers/cpp-bson-array-examples -> http://mongocxx.org/mongocxx-v3/working-with-bson/ -raw: docs/drivers/cpp-bson-helper-functions ->http://mongocxx.org/mongocxx-v3/working-with-bson/ -raw: docs/drivers/cpp-to-sql-to-mongo-shell -> http://mongocxx.org -raw: docs/drivers/tutorial/download-and-compile-cpp-driver-legacy ->http://mongocxx.org/mongocxx-v3/installation/ -raw: docs/drivers/tutorial/authenticate-with-cpp-driver -> http://mongocxx.org/ +raw: docs/drivers/tutorial/download-and-compile-cpp-driver -> https://www.mongodb.com/docs/languages/cpp/drivers/current/installation/ +raw: docs/drivers/tutorial/getting-started-with-cpp-driver -> https://www.mongodb.com/docs/languages/cpp/drivers/current/tutorial/ +raw: docs/drivers/cpp-bson-array-examples -> https://www.mongodb.com/docs/languages/cpp/drivers/current/working-with-bson/ +raw: docs/drivers/cpp-bson-helper-functions -> https://www.mongodb.com/docs/languages/cpp/drivers/current/working-with-bson/ +raw: docs/drivers/cpp-to-sql-to-mongo-shell -> https://www.mongodb.com/docs/languages/cpp/drivers/current/ +raw: docs/drivers/tutorial/download-and-compile-cpp-driver-legacy -> https://mongocxx.org/legacy-v1/ +raw: docs/drivers/tutorial/authenticate-with-cpp-driver -> https://www.mongodb.com/docs/languages/cpp/drivers/current/configuration/#configuring-authentication # csharp @@ -206,7 +206,8 @@ raw: docs/ecosystem/ -> ${base}/ raw: docs/drivers/drivers/ -> ${base}/ raw: docs/drivers/drivers/c/ -> ${base}/c/ -raw: docs/drivers/drivers/cxx/ -> ${base}/cxx/ +raw: docs/drivers/drivers/cxx/ -> https://www.mongodb.com/docs/languages/cpp/drivers/current/ +raw: docs/drivers/drivers/cpp/ -> https://www.mongodb.com/docs/languages/cpp/drivers/current/ raw: docs/drivers/drivers/csharp/ -> ${base}/csharp/current/ raw: docs/drivers/drivers/go/ -> ${base}/go/current/ raw: docs/drivers/drivers/java/ -> ${base}/java-drivers/ diff --git a/snooty.toml b/snooty.toml index 4aed2f2f4..4b26db61b 100644 --- a/snooty.toml +++ b/snooty.toml @@ -2,6 +2,7 @@ name = "drivers" title = "MongoDB Drivers" toc_landing_pages = [ + "/cpp-drivers", "/python-drivers", "/php-drivers", "/java-drivers", diff --git a/source/index.txt b/source/index.txt index 8b8b13822..ec1256ba8 100644 --- a/source/index.txt +++ b/source/index.txt @@ -32,7 +32,7 @@ security patches to them. .. card:: :headline: C++ - :url: /cxx/ + :url: https://www.mongodb.com/docs/languages/cpp/drivers/current/ :icon: /icons/c++.svg :icon-alt: C plus plus Driver icon @@ -155,7 +155,7 @@ with MongoDB: .. toctree:: C Driver - C++ Driver + C++ Driver .NET/C# Driver Go Driver Java Drivers