Skip to content

Commit 4f74ffb

Browse files
docs(README): Make readme for ng2, not ng2
Closes #8
1 parent 6241bca commit 4f74ffb

File tree

1 file changed

+9
-32
lines changed

1 file changed

+9
-32
lines changed

README.md

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
1-
# AngularUI Router  [![Build Status](https://travis-ci.org/angular-ui/ui-router.svg?branch=master)](https://travis-ci.org/angular-ui/ui-router)
1+
# UI-Router for Angular 2  [![Build Status](https://travis-ci.org/ui-router/ng2.svg?branch=master)](https://travis-ci.org/ui-router/ng2)
22

3-
**Note: this is the Angular 1.x source for UI-Router version 1.0. If you are looking for the source for UI-Router
4-
version 0.2.x, it can be found [here](https://github.com/angular-ui/ui-router/tree/legacy)**
3+
### ui-router-ng2: State based routing for Angular (2+)
54

65
---
7-
8-
9-
#### The de-facto solution to flexible routing in angular
10-
---
116
**[Tutorials](https://ui-router.github.io/tutorials/)** |
12-
**[API Docs](https://ui-router.github.io/docs/latest/)** |
13-
**[Download stable](http://unpkg.com/angular-ui-router@latest/release/angular-ui-router.js)** (or **[Minified](http://unpkg.com/angular-ui-router@latest/release/angular-ui-router.min.js)**) **|**
14-
**[Guide](https://github.com/angular-ui/ui-router/wiki) |**
7+
**[API Docs](https://ui-router.github.io/ng2/docs/latest/)** |
8+
**[Guides](https://ui-router.github.io/guide)** |
159
**[Sample App](http://ui-router.github.io/resources/sampleapp/) |**
16-
**[FAQ](https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions) |**
17-
**[Report an Issue](https://github.com/angular-ui/ui-router/blob/master/CONTRIBUTING.md#report-an-issue) |**
18-
**[Contribute](https://github.com/angular-ui/ui-router/blob/master/CONTRIBUTING.md#contribute) |**
19-
**[Help!](http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router) |**
10+
**[Report an Issue](https://github.com/ui-router/ng2/blob/master/CONTRIBUTING.md#report-an-issue) |**
11+
**[Contribute](https://github.com/ui-router/ng2/blob/master/CONTRIBUTING.md#contribute) |**
12+
**[Help!](http://stackoverflow.com/questions/ask?tags=ui-router-ng2)**
2013

2114
---
2215

23-
Angular UI-Router is a client-side [Single Page Application](https://en.wikipedia.org/wiki/Single-page_application)
24-
routing framework for [AngularJS](http://angularjs.org).
16+
ui-router-ng2 is a client-side [Single Page Application](https://en.wikipedia.org/wiki/Single-page_application)
17+
routing framework for [Angular](http://angular.io).
2518

2619
Routing frameworks for SPAs update the browser's URL as the user navigates through the app. Conversely, this allows
2720
changes to the browser's URL to drive navigation through the app, thus allowing the user to create a bookmark to a
@@ -33,23 +26,7 @@ application states in a transaction-like manner.
3326

3427
## Get Started
3528

36-
37-
- [UI-Router for Angular 1](https://ui-router.github.io/ng1)
3829
- [UI-Router for Angular 2](https://ui-router.github.io/ng2)
39-
- [UI-Router for React](https://ui-router.github.io/react)
40-
41-
## Resources
42-
43-
* [In-Depth Guide](https://github.com/angular-ui/ui-router/wiki)
44-
* [Slides comparing ngRoute to ui-router](http://slid.es/timkindberg/ui-router#/)
45-
* [UI-Router Extras / Addons for legacy (0.x)](http://christopherthielen.github.io/ui-router-extras/#/home) (@christopherthielen)
46-
47-
### Videos
48-
49-
* [Introduction Video](https://egghead.io/lessons/angularjs-introduction-ui-router) (egghead.io)
50-
* [Tim Kindberg on Angular UI-Router](https://www.youtube.com/watch?v=lBqiZSemrqg)
51-
* [Activating States](https://egghead.io/lessons/angularjs-ui-router-activating-states) (egghead.io)
52-
* [Learn Angular.js using UI-Router](http://youtu.be/QETUuZ27N0w) (LearnCode.academy)
5330

5431
## Reporting issues and Contributing
5532

0 commit comments

Comments
 (0)