Skip to content

Commit 7533dd2

Browse files
committed
Link to release and snapshot builds
1 parent a9e323d commit 7533dd2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[![Build Status](https://travis-ci.org/angular-ui/ui-router.png?branch=master)](https://travis-ci.org/angular-ui/ui-router)
22

3+
* Latest release: [angular-ui-router.min.js](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js) / [angular-ui-router.js](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)
4+
* Latest snapshot: [angular-ui-router.min.js](http://angular-ui.github.io/ui-router/build/angular-ui-router.min.js) / [angular-ui-router.js](http://angular-ui.github.io/ui-router/build/angular-ui-router.js)
5+
36
# UI-Router
47

58
####Finally a de-facto solution to nested views and routing.
@@ -39,8 +42,6 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
3942
* [FAQ](https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions)
4043
* [Sample App](http://angular-ui.github.com/ui-router/sample/) ([Source](https://github.com/angular-ui/ui-router/tree/master/sample))
4144
* [Generated Docs](http://angular-ui.github.com/ui-router/build/doc/)
42-
* Latest build: [angular-ui-states.min.js](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js)
43-
(uncompressed [angular-ui-states.js](http://angular-ui.github.io/ui-router/release/angular-ui-router.js))
4445

4546
## Quick Start
4647
1. Get ui-router:
@@ -125,10 +126,10 @@ myapp.config(function($stateProvider, $routeProvider){
125126
126127
## Developing
127128

128-
**Attention**: UI-Router uses <code>grunt >= 0.4.x</code> make sure to upgrade your environment and read the
129+
UI-Router uses <code>grunt >= 0.4.x</code> make sure to upgrade your environment and read the
129130
[Migration Guide](http://gruntjs.com/upgrading-from-0.3-to-0.4).
130131

131-
Dependencies for building the solution and running tests:
132+
Dependencies for building from source and running tests:
132133

133134
* [grunt-cli](https://github.com/gruntjs/grunt-cli) - run: `$ npm install -g grunt-cli`
134135
* Then install development dependencies with: `$ npm install`

0 commit comments

Comments
 (0)