Skip to content

Commit adba7d3

Browse files
committed
Correct README repo links
1 parent 0b193f1 commit adba7d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 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/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)
5+
[![Build Status](https://travis-ci.org/TypeStrong/typedoc.svg?branch=master)](https://travis-ci.org/TypeStrong/typedoc) [![NPM version](https://badge.fury.io/js/typedoc.svg)](http://badge.fury.io/js/typedoc)
66

77

88
## Installation
@@ -133,7 +133,7 @@ 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/TypeDoc/typedoc](https://github.com/TypeDoc/typedoc)
136+
[https://github.com/TypeStrong/typedoc](https://github.com/TypeStrong/typedoc)
137137

138138

139139
## License

test/renderer/specs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1 id="typedoc">TypeDoc</h1>
6969
<blockquote>
7070
<p>Documentation generator for TypeScript projects.</p>
7171
</blockquote>
72-
<p><a href="https://travis-ci.org/sebastian-lenz/typedoc"><img src="https://travis-ci.org/sebastian-lenz/typedoc.svg?branch=master" alt="Build Status"></a> <a href="http://badge.fury.io/js/typedoc"><img src="https://badge.fury.io/js/typedoc.svg" alt="NPM version"></a></p>
72+
<p><a href="https://travis-ci.org/TypeStrong/typedoc"><img src="https://travis-ci.org/TypeStrong/typedoc.svg?branch=master" alt="Build Status"></a> <a href="http://badge.fury.io/js/typedoc"><img src="https://badge.fury.io/js/typedoc.svg" alt="NPM version"></a></p>
7373
<h2 id="installation">Installation</h2>
7474
<p>TypeDoc runs on Node.js and is available as an NPM package. You can install TypeDoc
7575
in your project&#39;s directory as usual:</p>
@@ -173,9 +173,9 @@ <h2 id="advanced-guides-and-docs">Advanced guides and docs</h2>
173173
<h2 id="contributing">Contributing</h2>
174174
<p>Contributions are welcome and appreciated. You can find TypeDoc on GitHub, feel free to start
175175
an issue or create a pull requests:<br>
176-
<a href="https://github.com/sebastian-lenz/typedoc">https://github.com/sebastian-lenz/typedoc</a></p>
176+
<a href="https://github.com/TypeStrong/typedoc">https://github.com/TypeStrong/typedoc</a></p>
177177
<h2 id="license">License</h2>
178-
<p>Copyright (c) 2015 <a href="http://www.sebastian-lenz.de">Sebastian Lenz</a>.<br>
178+
<p>Copyright (c) 2015 <a href="http://www.TypeDoc.de">Sebastian Lenz</a>.<br>
179179
Licensed under the Apache License 2.0.</p>
180180
</div>
181181
</div>

0 commit comments

Comments
 (0)