Skip to content

Commit

Permalink
fix(@angular/cli): URL for tour of heroes tutorial (#6672)
Browse files Browse the repository at this point in the history
Existing URL that is generated in the scaffold gives a 404. Updating this to the correct version.
  • Loading branch information
prakhar1989 authored and hansl committed Jun 15, 2017
1 parent ac09d40 commit ca9414b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>
<h2>Here are some links to help you start: </h2>
<ul>
<li>
<h2><a target="_blank" href="https://angular.io/docs/ts/latest/tutorial/">Tour of Heroes</a></h2>
<h2><a target="_blank" href="https://angular.io/tutorial">Tour of Heroes</a></h2>
</li>
<li>
<h2><a target="_blank" href="https://github.com/angular/angular-cli/wiki">CLI Documentation</a></h2>
Expand Down

0 comments on commit ca9414b

Please sign in to comment.