Skip to content

Commit

Permalink
redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-mack committed Mar 14, 2024
1 parent 1b6c774 commit 36fd9f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
10 changes: 4 additions & 6 deletions source/cxx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Introduction
Welcome to the documentation site for the official MongoDB C++ driver.
You can add the driver to your application to work with MongoDB using
the C++11 or later standard. Download the library, ``mongocxx``,
from `mongocxx.org <https://www.mongodb.com/docs/languages/cpp/drivers/current/installation/>`__
from `mongocxx.org <https://mongocxx.org/mongocxx-v3/installation/>`__
or set up a runnable project by following our tutorial.

- `Tutorial <https://www.mongodb.com/docs/languages/cpp/drivers/current/tutorial/>`__
- `Tutorial <https://mongocxx.org/mongocxx-v3/tutorial/>`__

- `Usage Guide <https://www.mongodb.com/docs/languages/cpp/drivers/current/>`__
- `Usage Guide <https://mongocxx.org/mongocxx-v3/>`__

- `MongoDB Developer Center <https://www.mongodb.com/developer/languages/cpp/>`__

Expand All @@ -44,13 +44,11 @@ or set up a runnable project by following our tutorial.

- `Examples <https://github.com/mongodb/mongo-cxx-driver/tree/master/examples>`__

- `Legacy Documentation <https://mongocxx.org/legacy-v1/>`__


Installation
------------

See `Installing the mongocxx driver <https://www.mongodb.com/docs/languages/cpp/drivers/current/installation/>`__.
See `Installing the mongocxx driver <https://mongocxx.org/mongocxx-v3/installation/>`__.

.. _connect-atlas-cxx-driver:

Expand Down

0 comments on commit 36fd9f0

Please sign in to comment.