Skip to content

Commit 09ee06b

Browse files
committed
2 parents ccf3a0e + c7a490a commit 09ee06b

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
@@ -16,7 +16,7 @@ This seed repo serves as an Angular 2 starter for anyone looking to get up and r
1616
* End-to-end Angular 2 code using [Protractor](https://angular.github.io/protractor/).
1717
* Stylesheets with [SASS](http://sass-lang.com/) (not required, it supports regular css too).
1818
* Error reported with [TSLint](http://palantir.github.io/tslint/) and [Codelyzer](https://github.com/mgechev/codelyzer).
19-
* Documentation with [TypeDoc](http://typedoc.io/).
19+
* Documentation with [TypeDoc](http://typedoc.org/).
2020

2121
>Warning: Make sure you're using the latest version of Node.js and NPM
2222
@@ -110,7 +110,7 @@ You can now go to `/dist` and deploy that to your server!
110110

111111
## Documentation
112112

113-
You can generate api docs (using [TypeDoc](http://typedoc.io/)) for your code with the following:
113+
You can generate api docs (using [TypeDoc](http://typedoc.org/)) for your code with the following:
114114

115115
* `npm run docs`
116116

0 commit comments

Comments
 (0)