Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Commit

Permalink
Fix links to directives and filters directories
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdeus committed Jul 26, 2012
1 parent 414de51 commit ebe1ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ The repository comes with the modules pre-built and compressed into the `build/`
angular.module('myApp', ['ui']);
```

The modules can be found in the [Directives](http://github.com/angular-ui/angular-ui/modules/directives) and [Filters](http://github.com/angular-ui/angular-ui/modules/filters) folders. Check out the readme file associated with each module for specific module usage information.
The modules can be found in the [Directives](https://github.com/angular-ui/angular-ui/tree/master/modules/directives) and [Filters](https://github.com/angular-ui/angular-ui/tree/master/modules/filters) folders. Check out the readme file associated with each module for specific module usage information.

## Development

Expand Down

0 comments on commit ebe1ab4

Please sign in to comment.