Skip to content

Commit b2ffb0e

Browse files
committed
docs: fix non-https badge
1 parent 252497a commit b2ffb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function errorNotification(err, str, req) {
101101
[travis-url]: https://travis-ci.org/expressjs/errorhandler
102102
[coveralls-image]: https://img.shields.io/coveralls/expressjs/errorhandler.svg?style=flat
103103
[coveralls-url]: https://coveralls.io/r/expressjs/errorhandler?branch=master
104-
[downloads-image]: http://img.shields.io/npm/dm/errorhandler.svg?style=flat
104+
[downloads-image]: https://img.shields.io/npm/dm/errorhandler.svg?style=flat
105105
[downloads-url]: https://npmjs.org/package/errorhandler
106106
[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg?style=flat
107107
[gratipay-url]: https://www.gratipay.com/dougwilson/

0 commit comments

Comments
 (0)