From b36f60c74caa739f7b171ae8112364804aa9b58d Mon Sep 17 00:00:00 2001 From: Dzmitry Shylovich Date: Thu, 16 Feb 2017 22:32:17 +0300 Subject: [PATCH] docs(router): fix broken link (#14431) Closes #14430 --- modules/@angular/router/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/router/README.md b/modules/@angular/router/README.md index 1d722c2ff8..b56a7b5a8b 100644 --- a/modules/@angular/router/README.md +++ b/modules/@angular/router/README.md @@ -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).