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

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

PR Close #27256
This commit is contained in:
Hamza TEI 2018-11-24 14:56:06 +01:00 committed by Alex Rickabaugh
parent 6324ad45e7
commit 1df8be5573
1 changed files with 1 additions and 1 deletions

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'`.
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>