Skip to content

Commit cba9385

Browse files
authored
* DOCSP-24598 and DOCSP-24599 * width * update help links
1 parent 532e3b1 commit cba9385

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

source/cxx.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Introduction
1818
Welcome to the documentation site for the official MongoDB C++ driver.
1919
You can add the driver to your application to work with MongoDB using
2020
the 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/>`__
2222
or 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.
3535
Installation
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

source/includes/help-links-cxx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/>`_.

source/includes/language-compatibility-table-cxx.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
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
- ✓

0 commit comments

Comments
 (0)