From ed86ef32b314f6eccde5a265ce90b1600edeb760 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine <arseny.kapoulkine@gmail.com> Date: Thu, 29 Jun 2017 01:03:55 -0700 Subject: [PATCH] Update README.md Switch codecov.io URLs to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b65246e9..678f23e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -pugixml [](https://travis-ci.org/zeux/pugixml) [](https://ci.appveyor.com/project/zeux/pugixml) [](http://codecov.io/github/zeux/pugixml?branch=master)  +pugixml [](https://travis-ci.org/zeux/pugixml) [](https://ci.appveyor.com/project/zeux/pugixml) [](https://codecov.io/github/zeux/pugixml?branch=master)  ======= pugixml is a C++ XML processing library, which consists of a DOM-like interface with rich traversal/modification -- GitLab