Skip to content

Commit 43ecda4

Browse files
authored
docs: update links
1 parent dbf1e56 commit 43ecda4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
This package is a TypeScript and ECMAScript parser. It uses the underlying typescript parser to generate
44
a more or less human readable AST out of .js or .ts files.
55

6-
[![Build Status](https://travis-ci.org/TypeScript-Heroes/node-typescript-parser.svg)](https://travis-ci.org/TypeScript-Heroes/node-typescript-parser)
6+
[![Build Status](https://travis-ci.org/buehler/node-typescript-parser.svg)](https://travis-ci.org/buehler/node-typescript-parser)
77
[![npm](https://img.shields.io/npm/v/typescript-parser.svg?maxAge=3600)](https://www.npmjs.com/package/typescript-parser)
8-
[![Coverage status](https://img.shields.io/coveralls/TypeScript-Heroes/node-typescript-parser.svg?maxAge=3600)](https://coveralls.io/github/TypeScript-Heroes/node-typescript-parser)
8+
[![Coverage status](https://img.shields.io/coveralls/buehler/node-typescript-parser.svg?maxAge=3600)](https://coveralls.io/github/buehler/node-typescript-parser)
99
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
10-
[![Greenkeeper badge](https://badges.greenkeeper.io/TypeScript-Heroes/node-typescript-parser.svg)](https://greenkeeper.io/)
10+
[![Greenkeeper badge](https://badges.greenkeeper.io/buehler/node-typescript-parser.svg)](https://greenkeeper.io/)
1111

1212
## How to use
1313

@@ -40,7 +40,7 @@ Keep in mind, that the index'll only contain exported declarations.
4040
## Changelog
4141

4242
The changelog is generated by [semantic release](https://github.com/semantic-release/semantic-release) and is located under the
43-
[release section](https://github.com/TypeScript-Heroes/node-typescript-parser/releases).
43+
[release section](https://github.com/buehler/node-typescript-parser/releases).
4444

4545
## Licence
4646

0 commit comments

Comments
 (0)