Skip to content

Commit ba9018c

Browse files
committed
Use lininglink/fb everywhere
1 parent c0531af commit ba9018c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a Ruby gem can call Facebook API.
77
Install the gem and add to the application's Gemfile by executing:
88

99
```bash
10-
bundle add fb --github=kangkyu/fb
10+
bundle add fb --github=lininglink/fb
1111
```
1212

1313
This gem is not on [rubygems.org](https://rubygems.org). Do not run `gem install fb` or `bundle add fb` (there is a name of this gem for a different gem)
@@ -31,7 +31,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
3131

3232
## Contributing
3333

34-
Bug reports and pull requests are welcome on GitHub at https://github.com/kangkyu/fb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/kangkyu/fb/blob/master/CODE_OF_CONDUCT.md).
34+
Bug reports and pull requests are welcome on GitHub at https://github.com/lininglink/fb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/lininglink/fb/blob/master/CODE_OF_CONDUCT.md).
3535

3636
## License
3737

fb.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = "Facebook API wrapper."
1212
spec.description = "Facebook API client library to post a video."
13-
spec.homepage = "https://github.com/kangkyu/fb"
13+
spec.homepage = "https://github.com/lininglink/fb"
1414
spec.license = "MIT"
1515
spec.required_ruby_version = ">= 3.1.0"
1616

1717
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
1818

1919
spec.metadata["homepage_uri"] = spec.homepage
20-
spec.metadata["source_code_uri"] = "https://github.com/kangkyu/fb"
21-
spec.metadata["changelog_uri"] = "https://github.com/kangkyu/fb/blob/master/CHANGELOG.md"
20+
spec.metadata["source_code_uri"] = "https://github.com/lininglink/fb"
21+
spec.metadata["changelog_uri"] = "https://github.com/lininglink/fb/blob/master/CHANGELOG.md"
2222

2323
# Specify which files should be added to the gem when it is released.
2424
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)