From 8ccf6c1e34b2b995d7f45197b0ac94f934f84607 Mon Sep 17 00:00:00 2001 From: Guilaume Besson Date: Mon, 25 Feb 2019 15:10:41 +0100 Subject: [PATCH] Switch DefinitelyTyped badge URL to https The DefinitelyTyped SVG badge in the README.md file is the only resource using HTTP and not HTTPS. It triggers a warning in most browsers as they require every resources on a HTTPS page to be served with HTTPS. This simple change fixes this warning. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cefc94f39..1452aada0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![banner](pino-banner.png) -# pino  [![Build Status](https://travis-ci.org/pinojs/pino.svg?branch=master)](https://travis-ci.org/pinojs/pino) [![Coverage Status](https://coveralls.io/repos/github/pinojs/pino/badge.svg?branch=master)](https://coveralls.io/github/pinojs/pino?branch=master) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![TypeScript definitions on DefinitelyTyped](http://definitelytyped.org/badges/standard.svg)](http://definitelytyped.org) +# pino  [![Build Status](https://travis-ci.org/pinojs/pino.svg?branch=master)](https://travis-ci.org/pinojs/pino) [![Coverage Status](https://coveralls.io/repos/github/pinojs/pino/badge.svg?branch=master)](https://coveralls.io/github/pinojs/pino?branch=master) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![TypeScript definitions on DefinitelyTyped](https://definitelytyped.org/badges/standard.svg)](https://definitelytyped.org) [Very low overhead](#low-overhead) Node.js logger, inspired by Bunyan.