Skip to content

Commit 8063287

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 7aa440b commit 8063287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/stories/universal-rendering.md

+2-2
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

@@ -383,4 +383,4 @@ npm run build:ssr && npm run serve:ssr
383383

384384
Enjoy!
385385

386-
Once again to see a working version of everything, check out the [universal-starter](https://github.com/angular/universal-starter/tree/master/cli).
386+
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)