Skip to content

Commit 18512ee

Browse files
authored
Change links to https (#895)
1 parent 50478fa commit 18512ee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[![Travis Build Status](https://travis-ci.org/mongodb/mongo-cxx-driver.svg?branch=master)](https://travis-ci.org/mongodb/mongo-cxx-driver)
33
[![Evergreen Build Status](https://img.shields.io/badge/build-evergreen-brightgreen)](https://evergreen.mongodb.com/waterfall/cxx-driver)
44
[![codecov](https://codecov.io/gh/mongodb/mongo-cxx-driver/branch/master/graph/badge.svg)](https://codecov.io/gh/mongodb/mongo-cxx-driver)
5-
[![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](http://mongocxx.org/api/mongocxx-v3/)
6-
[![Documentation](https://img.shields.io/badge/docs-mongocxx-green.svg)](http://mongocxx.org/)
5+
[![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](https://mongocxx.org/api/mongocxx-v3/)
6+
[![Documentation](https://img.shields.io/badge/docs-mongocxx-green.svg)](https://mongocxx.org/)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/mongodb/mongo-cxx-driver/blob/master/LICENSE)
88

99
Welcome to the MongoDB C++ Driver!
@@ -21,11 +21,11 @@ for more details about the various versions of the driver.
2121

2222
## Resources
2323

24-
* [MongoDB C++ Driver Installation](http://mongocxx.org/mongocxx-v3/installation/)
25-
* [MongoDB C++ Driver Quickstart](http://mongocxx.org/mongocxx-v3/tutorial/)
26-
* [MongoDB C++ Driver Manual](http://mongocxx.org)
27-
* [MongoDB C++ Driver API Documentation](http://mongocxx.org/api/current/)
28-
* [MongoDB C++ Driver Contribution guidelines](http://mongocxx.org/contributing/)
24+
* [MongoDB C++ Driver Installation](https://mongocxx.org/mongocxx-v3/installation/)
25+
* [MongoDB C++ Driver Quickstart](https://mongocxx.org/mongocxx-v3/tutorial/)
26+
* [MongoDB C++ Driver Manual](https://mongocxx.org)
27+
* [MongoDB C++ Driver API Documentation](https://mongocxx.org/api/current/)
28+
* [MongoDB C++ Driver Contribution guidelines](https://mongocxx.org/contributing/)
2929
* [MongoDB Database Manual](https://docs.mongodb.com/manual/)
3030

3131
## Driver status by family and version

0 commit comments

Comments
 (0)