Skip to content

Commit

Permalink
update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-mack committed Mar 14, 2024
1 parent 20a2609 commit 1b6c774
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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://mongocxx.org/mongocxx-v3/installation/>`__
from `mongocxx.org <https://www.mongodb.com/docs/languages/cpp/drivers/current/installation/>`__
or set up a runnable project by following our tutorial.

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

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

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

Expand All @@ -44,11 +44,13 @@ 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://mongocxx.org/mongocxx-v3/installation/>`__.
See `Installing the mongocxx driver <https://www.mongodb.com/docs/languages/cpp/drivers/current/installation/>`__.

.. _connect-atlas-cxx-driver:

Expand Down

0 comments on commit 1b6c774

Please sign in to comment.