File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ Introduction
1818Welcome to the documentation site for the official MongoDB C++ driver.
1919You can add the driver to your application to work with MongoDB using
2020the C++11 or later standard. Download the library, ``mongocxx``,
21- from `mongocxx.org <http ://mongocxx.org/mongocxx-v3/installation/>`__
21+ from `mongocxx.org <https ://mongocxx.org/mongocxx-v3/installation/>`__
2222or set up a runnable project by following our tutorial.
2323
24- - `Tutorial <http ://mongocxx.org/mongocxx-v3/tutorial/>`__
24+ - `Tutorial <https ://mongocxx.org/mongocxx-v3/tutorial/>`__
2525
26- - `Usage Guide <http ://mongocxx.org/mongocxx-v3/>`__
26+ - `Usage Guide <https ://mongocxx.org/mongocxx-v3/>`__
2727
28- - `API Reference <http ://mongocxx.org/api/current/>`_
28+ - `API Reference <https ://mongocxx.org/api/current/>`_
2929
3030- `Changelog <https://github.com/mongodb/mongo-cxx-driver/releases>`__
3131
@@ -35,7 +35,7 @@ or set up a runnable project by following our tutorial.
3535Installation
3636------------
3737
38- See `Installing the mongocxx driver <http ://mongocxx.org/mongocxx-v3/installation/>`__.
38+ See `Installing the mongocxx driver <https ://mongocxx.org/mongocxx-v3/installation/>`__.
3939
4040.. _connect-atlas-cxx-driver:
4141
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ How to get help
33
44- Ask questions on our :community-forum: `MongoDB Community Forums <> `.
55- Visit our :technical-support: `Support Channels </> `.
6- - See how to `report a bug <http ://mongocxx.org/reporting-bugs/ >`_.
6+ - See how to `report a bug <https ://mongocxx.org/reporting-bugs/ >`_.
Original file line number Diff line number Diff line change 22 :header-rows: 1
33 :stub-columns: 1
44 :class: compatibility
5- :widths: 55 15 15 15
65
76 * - C++ Driver Version
7+ - C++17
88 - C++14
99 - C++11
1010 - C++03
1111
1212 * - 3.x
13+ - ✓
1314 - ✓
1415 - ✓
1516 -
1617
1718 * - 1.x
19+ -
1820 - ✓
1921 - ✓
2022 - ✓
You can’t perform that action at this time.
0 commit comments