Skip to content

Commit 88916a0

Browse files
committed
Fix Github URLs
1 parent b53e72e commit 88916a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# will_paginate-bootstrap
22

3-
[![Code Climate](https://codeclimate.com/github/nickpad/will_paginate-bootstrap.png)](https://codeclimate.com/github/nickpad/will_paginate-bootstrap)
3+
[![Code Climate](https://codeclimate.com/github/bootstrap-ruby/will_paginate-bootstrap.png)](https://codeclimate.com/github/bootstrap-ruby/will_paginate-bootstrap)
44

5-
![Bootstrap Pagination Component](https://raw.github.com/nickpad/will_paginate-bootstrap/master/pagination.png)
5+
![Bootstrap Pagination Component](https://raw.github.com/bootstrap-ruby/will_paginate-bootstrap/master/pagination.png)
66

77
This gem integrates the [Twitter Bootstrap](http://twitter.github.com/bootstrap/) [pagination component](http://twitter.github.com/bootstrap/components.html#pagination) with the [will_paginate](https://github.com/mislav/will_paginate) pagination gem.
88

will_paginate-bootstrap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.version = BootstrapPagination::VERSION
88
s.authors = ["Nick Dainty"]
99
s.email = ["nick@npad.co.uk"]
10-
s.homepage = "https://github.com/nickpad/will_paginate-bootstrap"
10+
s.homepage = "https://github.com/bootstrap-ruby/will_paginate-bootstrap"
1111
s.summary = %q{Integrates the Twitter Bootstrap pagination component with will_paginate}
1212
s.description = %q{This gem integrates the Twitter Bootstrap pagination component with the will_paginate pagination gem. Supports Rails and Sinatra.}
1313
s.license = "MIT"

0 commit comments

Comments
 (0)