Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(router): fix broken link #14431

Merged
merged 1 commit into from Feb 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/@angular/router/README.md
Expand Up @@ -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).
Expand Down