From 93ba05f3a94dd379e794226e829cbf6e9bc5d427 Mon Sep 17 00:00:00 2001 From: calvinf Date: Wed, 8 May 2019 09:51:01 -0700 Subject: [PATCH] Fix Slack badge image insecure content warning Image is no longer insecure when viewing REAMDE off of github (which does not serve the original image URLs). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 026a69a56..4c38f6e7b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Coverage Status](https://coveralls.io/repos/istanbuljs/nyc/badge.svg?branch=)](https://coveralls.io/r/istanbuljs/nyc?branch=master) [![NPM version](https://img.shields.io/npm/v/nyc.svg)](https://www.npmjs.com/package/nyc) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) -[![community slack](http://devtoolscommunity.herokuapp.com/badge.svg)](http://devtoolscommunity.herokuapp.com) +[![community slack](https://devtoolscommunity.herokuapp.com/badge.svg)](http://devtoolscommunity.herokuapp.com) _Having problems? want to contribute? join our [community slack](http://devtoolscommunity.herokuapp.com)_.