docs: update link to post on redirects in router guide (#27256) (#28423)

Change victor savkin's url post on redirects to:
http://vsavkin.tumblr.com/post/146722301646/angular-router-empty-paths-componentless-routes

PR Close #27256

PR Close #28423
This commit is contained in:
Hamza TEI 2018-11-24 14:56:06 +01:00 committed by Matias Niemelä
parent e8dbba417d
commit d778a65447

View File

@ -1055,7 +1055,7 @@ The default route should redirect to the `HeroListComponent` _only_ when the _en
Remember to restore the redirect to `pathMatch = 'full'`. Remember to restore the redirect to `pathMatch = 'full'`.
Learn more in Victor Savkin's Learn more in Victor Savkin's
[post on redirects](http://victorsavkin.com/post/146722301646/angular-router-empty-paths-componentless-routes). [post on redirects](http://vsavkin.tumblr.com/post/146722301646/angular-router-empty-paths-componentless-routes).
</div> </div>