File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ Introduction
25
25
------------
26
26
27
27
Welcome to the documentation site for the official MongoDB C++ driver.
28
- You can add the driver to your application to work with MongoDB using
29
- the C++11 or later standard. Download the library, ``mongocxx``,
30
- from `mongocxx.org <https://mongocxx.org/mongocxx-v3/installation/>`__
31
- or set up a runnable project by following our tutorial.
28
+ You can add the driver to your application to work with MongoDB by using
29
+ the C++11 or later standard.
32
30
33
- - `Tutorial <https://mongocxx.org/mongocxx-v3/tutorial />`__
31
+ - `Installation <https://www.mongodb.com/docs/languages/cpp/drivers/current/installation />`__
34
32
35
- - `Usage Guide <https://mongocxx.org/mongocxx-v3/>`__
33
+ - `Tutorial <https://www.mongodb.com/docs/languages/cpp/drivers/current/tutorial/>`__
34
+
35
+ - `Usage Guide <https://www.mongodb.com/docs/languages/cpp/drivers/current/>`__
36
36
37
37
- `MongoDB Developer Center <https://www.mongodb.com/developer/languages/cpp/>`__
38
38
@@ -44,12 +44,6 @@ or set up a runnable project by following our tutorial.
44
44
45
45
- `Examples <https://github.com/mongodb/mongo-cxx-driver/tree/master/examples>`__
46
46
47
-
48
- Installation
49
- ------------
50
-
51
- See `Installing the mongocxx driver <https://mongocxx.org/mongocxx-v3/installation/>`__.
52
-
53
47
.. _connect-atlas-cxx-driver:
54
48
55
49
Connect to MongoDB Atlas
You can’t perform that action at this time.
0 commit comments