Skip to content

Commit

Permalink
fix markdowns [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKishenin committed Sep 26, 2014
1 parent 00dc4af commit 8b05c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## v0.9.0

* do not resolve urls which start with '#' #102
* add support for [#bower resolutions][] by @jasonayre [#107][]
* add support for [bower resolutions][] by @jasonayre [#107][]

[#bower resolutions]: http://jaketrent.com/post/bower-resolutions/
[bower resolutions]: http://jaketrent.com/post/bower-resolutions/
[#107]: https://github.com/42dev/bower-rails/pull/107

## v0.8.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ NOTE: Available dependency groups are `:dependencies` (default) and `:dev_depend

## Bower Resolutions

To specify a [#bower resolution][] use `resolution` DSL method in your Bowerfile:
To specify a [bower resolution][] use `resolution` DSL method in your Bowerfile:

```ruby
resolution "angular", "1.2.22"
Expand All @@ -179,7 +179,7 @@ That will produce `bower.json` like:
}
```

[#bower resolution]: http://jaketrent.com/post/bower-resolutions/
[bower resolution]: http://jaketrent.com/post/bower-resolutions/

##Configuration

Expand Down

0 comments on commit 8b05c20

Please sign in to comment.