docs: fix the link to the Angular Universal Starter

The Angular Universal Starter repo is now CLI-only so it doesn't have the cli
directory any longer.
This commit is contained in:
Michał Gołębiowski-Owczarek 2017-11-03 14:41:31 +01:00 committed by Hans
parent 941466aa02
commit a5dde90d73

View File

@ -6,7 +6,7 @@ The Angular CLI supports generation of a Universal build for your application. T
## Example CLI Integration:
[Angular Universal-Starter](https://github.com/angular/universal-starter/tree/master/cli) - Clone the universal-starter, and check out the `/cli` folder for a working example.
[Angular Universal-Starter](https://github.com/angular/universal-starter) - Clone the universal-starter for a working example.
---
@ -389,4 +389,4 @@ npm run build:ssr && npm run serve:ssr
Enjoy!
Once again to see a working version of everything, check out the [universal-starter](https://github.com/angular/universal-starter/tree/master/cli).
Once again to see a working version of everything, check out the [universal-starter](https://github.com/angular/universal-starter).