Skip to content

Commit 820bde2

Browse files
author
Chris Cho
authored
DOCSP-27193: update c docs links to use https (#852)
1 parent b882419 commit 820bde2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/c.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Download the required libraries, ``libmongoc`` and ``libbson``, from
2121
`mongoc.org <https://mongoc.org/libmongoc/current/installing.html>`__
2222
or set up a runnable project by following our tutorial.
2323

24-
- `Tutorial <http://mongoc.org/libmongoc/current/tutorial.html>`__
24+
- `Tutorial <https://mongoc.org/libmongoc/current/tutorial.html>`__
2525

26-
- `Usage Guide <http://mongoc.org/libmongoc/current/index.html>`__
26+
- `Usage Guide <https://mongoc.org/libmongoc/current/index.html>`__
2727

28-
- `API Reference <http://mongoc.org/libmongoc/current/api.html>`_
28+
- `API Reference <https://mongoc.org/libmongoc/current/api.html>`_
2929

3030
- `Changelog <https://github.com/mongodb/mongo-c-driver/releases>`__
3131

@@ -36,7 +36,7 @@ Installation
3636
------------
3737

3838
See `Installing the MongoDB C Driver (libmongoc) and BSON library (libbson)
39-
<http://mongoc.org/libmongoc/current/installing.html>`__.
39+
<https://mongoc.org/libmongoc/current/installing.html>`__.
4040

4141

4242
.. _connect-atlas-c-driver:
@@ -74,7 +74,7 @@ Connect to MongoDB Atlas
7474

7575
.. include:: /includes/serverless-compatibility.rst
7676

77-
See `Advanced Connections <http://mongoc.org/libmongoc/current/advanced-connections.html>`__
77+
See `Advanced Connections <https://mongoc.org/libmongoc/current/advanced-connections.html>`__
7878
for more ways to connect.
7979

8080
{+stable-api+}

0 commit comments

Comments
 (0)