Skip to content

Commit

Permalink
docs: fix the link to the Angular Universal Starter
Browse files Browse the repository at this point in the history
The Angular Universal Starter repo is now CLI-only so it doesn't have the cli
directory any longer.
  • Loading branch information
mgol authored and hansl committed Nov 20, 2017
1 parent 941466a commit a5dde90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/stories/universal-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down Expand Up @@ -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).

0 comments on commit a5dde90

Please sign in to comment.