Skip to content

Commit ca9414b

Browse files
prakhar1989hansl
authored andcommitted
fix(@angular/cli): URL for tour of heroes tutorial (#6672)
Existing URL that is generated in the scaffold gives a 404. Updating this to the correct version.
1 parent ac09d40 commit ca9414b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>
88
<h2>Here are some links to help you start: </h2>
99
<ul>
1010
<li>
11-
<h2><a target="_blank" href="https://angular.io/docs/ts/latest/tutorial/">Tour of Heroes</a></h2>
11+
<h2><a target="_blank" href="https://angular.io/tutorial">Tour of Heroes</a></h2>
1212
</li>
1313
<li>
1414
<h2><a target="_blank" href="https://github.com/angular/angular-cli/wiki">CLI Documentation</a></h2>

0 commit comments

Comments
 (0)