Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

Commit cd98dc1

Browse files
committed
docs(README): fix david-dm.org badges links
1 parent fd96256 commit cd98dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![NPM version](https://badge.fury.io/js/hapi-cors-headers.svg)](https://www.npmjs.com/package/hapi-cors-headers)
66
[![Build Status](https://travis-ci.org/gr2m/hapi-cors-headers.svg?branch=master)](https://travis-ci.org/gr2m/hapi-cors-headers)
77
[![Coverage Status](https://coveralls.io/repos/gr2m/hapi-cors-headers/badge.svg?branch=master)](https://coveralls.io/r/gr2m/hapi-cors-headers?branch=master)
8-
[![Dependency Status](https://david-dm.org/hoodiehq/pouchdb-hoodie-api.svg)](https://david-dm.org/hoodiehq/pouchdb-hoodie-api)
8+
[![Dependency Status](https://david-dm.org/gr2m/hapi-cors-headers.svg)](https://david-dm.org/gr2m/hapi-cors-headers)
99

1010
Enables [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS) on
1111
all server response, securely from all origins, with `access-control-allow-credentials: true`.
@@ -30,7 +30,7 @@ npm install --save hapi-cors-headers
3030

3131
## Test
3232

33-
[![devDependency Status](https://david-dm.org/hoodiehq/pouchdb-hoodie-api/dev-status.svg)](https://david-dm.org/hoodiehq/pouchdb-hoodie-api#info=devDependencies)
33+
[![devDependency Status](https://david-dm.org/gr2m/hapi-cors-headers/dev-status.svg)](https://david-dm.org/gr2m/hapi-cors-headers#info=devDependencies)
3434

3535
```bash
3636
npm test

0 commit comments

Comments
 (0)