Skip to content

Commit a5dde90

Browse files
mgolhansl
authored andcommitted
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.
1 parent 941466a commit a5dde90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/stories/universal-rendering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Angular CLI supports generation of a Universal build for your application. T
66

77
## Example CLI Integration:
88

9-
[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.
9+
[Angular Universal-Starter](https://github.com/angular/universal-starter) - Clone the universal-starter for a working example.
1010

1111
---
1212

@@ -389,4 +389,4 @@ npm run build:ssr && npm run serve:ssr
389389

390390
Enjoy!
391391

392-
Once again to see a working version of everything, check out the [universal-starter](https://github.com/angular/universal-starter/tree/master/cli).
392+
Once again to see a working version of everything, check out the [universal-starter](https://github.com/angular/universal-starter).

0 commit comments

Comments
 (0)