Skip to content

Commit 9bdf0d9

Browse files
committed
Updated links to new github org
1 parent 8171454 commit 9bdf0d9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Readme.mdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Split::Api
22

3-
An extension to [Split](http://github.com/andrew/split) to provide a REST-based JSON api.
3+
An extension to [Split](http://github.com/splitrb/split) to provide a REST-based JSON api.
44

55
## Requirements
66

@@ -24,8 +24,8 @@ Javascript library for communicating with api
2424

2525
## Development
2626

27-
Source hosted at [GitHub](http://github.com/andrew/split-api).
28-
Report Issues/Feature requests on [GitHub Issues](http://github.com/andrew/split-api/issues).
27+
Source hosted at [GitHub](http://github.com/splitrb/split-api).
28+
Report Issues/Feature requests on [GitHub Issues](http://github.com/splitrb/split-api/issues).
2929

3030
Tests can be ran with `rake spec`
3131

split-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
55
gem.authors = ["Andrew Nesbitt"]
66
gem.email = ["andrewnez@gmail.com"]
77
gem.summary = %q{Rest API extension for Split}
8-
gem.homepage = 'http://github.com/andrew/split-api'
8+
gem.homepage = 'http://github.com/splitrb/split-api'
99
gem.license = 'MIT'
1010

1111
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)