You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/stories/universal-rendering.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The Angular CLI supports generation of a Universal build for your application. T
6
6
7
7
## Example CLI Integration:
8
8
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.
10
10
11
11
---
12
12
@@ -389,4 +389,4 @@ npm run build:ssr && npm run serve:ssr
389
389
390
390
Enjoy!
391
391
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