Skip to content

Commit d3fa46d

Browse files
committed
Update GitHub URLs to TypeStrong
1 parent d561508 commit d3fa46d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

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

33
> Documentation generator for TypeScript projects.
44
5-
[![Build Status](https://travis-ci.org/sebastian-lenz/typedoc.svg?branch=master)](https://travis-ci.org/sebastian-lenz/typedoc) [![NPM version](https://badge.fury.io/js/typedoc.svg)](http://badge.fury.io/js/typedoc)
5+
[![Build Status](https://travis-ci.org/TypeDoc/typedoc.svg?branch=master)](https://travis-ci.org/TypeDoc/typedoc) [![NPM version](https://badge.fury.io/js/typedoc.svg)](http://badge.fury.io/js/typedoc)
66

77

88
## Installation
@@ -133,10 +133,10 @@ Visit our homepage for advanced guides and an extensive API documentation:<br>
133133

134134
Contributions are welcome and appreciated. You can find TypeDoc on GitHub, feel free to start
135135
an issue or create a pull requests:<br>
136-
[https://github.com/sebastian-lenz/typedoc](https://github.com/sebastian-lenz/typedoc)
136+
[https://github.com/TypeDoc/typedoc](https://github.com/TypeDoc/typedoc)
137137

138138

139139
## License
140140

141-
Copyright (c) 2015 [Sebastian Lenz](http://www.sebastian-lenz.de).<br>
141+
Copyright (c) 2015 [Sebastian Lenz](http://www.TypeDoc.de).<br>
142142
Licensed under the Apache License 2.0.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"license": "Apache-2.0",
1515
"repository": {
1616
"type": "git",
17-
"url": "git://github.com/sebastian-lenz/TypeDoc.git"
17+
"url": "git://github.com/TypeStrong/TypeDoc.git"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/sebastian-lenz/TypeDoc/issues"
20+
"url": "https://github.com/TypeStrong/TypeDoc/issues"
2121
},
2222
"licenses": [
2323
{
2424
"type": "Apache-2.0",
25-
"url": "https://github.com/sebastian-lenz/TypeDoc/blob/master/LICENSE"
25+
"url": "https://github.com/TypeStrong/TypeDoc/blob/master/LICENSE"
2626
}
2727
],
2828
"engines": {

0 commit comments

Comments
 (0)