CONTRIBUTING.md in slack-ruby-bot-server-0.4.0 vs CONTRIBUTING.md in slack-ruby-bot-server-0.5.0
- old
+ new
@@ -1,21 +1,21 @@
# Contributing to SlackRubyBotServer
-This project is work of [many contributors](https://github.com/dblock/slack-ruby-bot-server/graphs/contributors).
+This project is work of [many contributors](https://github.com/slack-ruby/slack-ruby-bot-server/graphs/contributors).
-You're encouraged to submit [pull requests](https://github.com/dblock/slack-ruby-bot-server/pulls), [propose features and discuss issues](https://github.com/dblock/slack-ruby-bot-server/issues).
+You're encouraged to submit [pull requests](https://github.com/slack-ruby/slack-ruby-bot-server/pulls), [propose features and discuss issues](https://github.com/slack-ruby/slack-ruby-bot-server/issues).
In the examples below, substitute your Github username for `contributor` in URLs.
## Fork the Project
-Fork the [project on Github](https://github.com/dblock/slack-ruby-bot-server) and check out your copy.
+Fork the [project on Github](https://github.com/slack-ruby/slack-ruby-bot-server) and check out your copy.
```
git clone https://github.com/contributor/slack-ruby-bot-server.git
cd slack-ruby-bot-server
-git remote add upstream https://github.com/dblock/slack-ruby-bot-server.git
+git remote add upstream https://github.com/slack-ruby/slack-ruby-bot-server.git
```
## Create a Topic Branch
Make sure your fork is up-to-date and create a topic branch for your feature or bug fix.
@@ -100,10 +100,10 @@
## Update CHANGELOG Again
Update the [CHANGELOG](CHANGELOG.md) with the pull request number. A typical entry looks as follows.
```
-* [#123](https://github.com/dblock/slack-ruby-bot-server/pull/123): Reticulated splines - [@contributor](https://github.com/contributor).
+* [#123](https://github.com/slack-ruby/slack-ruby-bot-server/pull/123): Reticulated splines - [@contributor](https://github.com/contributor).
```
Amend your previous commit and force push the changes.
```