Skip to content

Commit 09413a0

Browse files
committed
Merge pull request #996 from mrngoitall/master
docs(readme): fix broken link to states
2 parents 3ef9665 + e41b1ec commit 09413a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
AngularUI Router is a routing framework for [AngularJS](http://angularjs.org), which allows you to organize the
1616
parts of your interface into a [*state machine*](https://en.wikipedia.org/wiki/Finite-state_machine). Unlike the
1717
[`$route` service](http://docs.angularjs.org/api/ngRoute.$route) in Angular core, which is organized around URL
18-
routes, UI-Router is organized around [*states*](https://github.com/angular-ui/ui-router/blob/master/sample/states.js#L28-L269),
18+
routes, UI-Router is organized around [*states*](https://github.com/angular-ui/ui-router/wiki),
1919
which may optionally have routes, as well as other behavior, attached.
2020

2121
States are bound to *named*, *nested* and *parallel views*, allowing you to powerfully manage your application's interface.

0 commit comments

Comments
 (0)