docs(router): fix broken link (#14431)

Closes #14430
This commit is contained in:
Dzmitry Shylovich 2017-02-16 22:32:17 +03:00 committed by Igor Minar
parent 57461e9ed7
commit b36f60c74c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Managing state transitions is one of the hardest parts of building applications.
The Angular router is designed to solve these problems. Using the router, you can declaratively specify application state, manage state transitions while taking care of the URL, and load components on demand.
## Overview
Read the overview of the Router [here](http://victorsavkin.com/post/145672529346/angular-router).
Read the overview of the Router [here](https://vsavkin.com/angular-2-router-d9e30599f9ea).
## Guide
Read the dev guide [here](https://angular.io/docs/ts/latest/guide/router.html).