Skip to content

Commit f179ec7

Browse files
committed
chore: update CI badge URLs to point to the correct repository
1 parent 61e0f2a commit f179ec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM Version][npm-version-image]][npm-url]
44
[![NPM Downloads][npm-downloads-image]][npm-url]
5-
<a href="https://github.com/nanotower/errorhandler/actions/workflows/ci.yml"><img src="https://github.com/nanotower/errorhandler/actions/workflows/ci.yml/badge.svg"></a>
5+
<a href="https://github.com/expressjs/errorhandler/actions/workflows/ci.yml"><img src="https://github.com/expressjs/errorhandler/actions/workflows/ci.yml/badge.svg"></a>
66
[![Test Coverage][coveralls-image]][coveralls-url]
77

88
Development-only error handler middleware.
@@ -121,8 +121,8 @@ function errorNotification (err, str, req) {
121121

122122
[MIT](LICENSE)
123123

124-
[coveralls-image]: https://badgen.net/coveralls/c/github/nanotower/errorhandler/master
125-
[coveralls-url]: https://coveralls.io/r/nanotower/errorhandler?branch=master
124+
[coveralls-image]: https://badgen.net/coveralls/c/github/expressjs/errorhandler/master
125+
[coveralls-url]: https://coveralls.io/r/expressjs/errorhandler?branch=master
126126
[npm-downloads-image]: https://badgen.net/npm/dm/errorhandler
127127
[npm-url]: https://npmjs.org/package/errorhandler
128128
[npm-version-image]: https://badgen.net/npm/v/errorhandler

0 commit comments

Comments
 (0)