Skip to content

Commit

Permalink
feat: use all contributors.org (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolam authored Feb 8, 2019
1 parent f919a1b commit 9283176
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Implementing the [All Contributors spec](https://github.com/all-contributors/all

Enter the `@all-contributors bot`! The bot will automatically pull a user's profile, grab the contribution type emoji, update the project README and then open a Pull Request against the project :sparkles:

<a href="https://all-contributors.js.org/docs/en/bot/usage">
<a href="https://allcontributors.org/docs/en/bot/usage">
<img alt="Example usage screenshot" src="docs/usage.png" width="500px">
</a>

## Using the @all-contributors bot 🤖
If you're looking to use the bot, head over to the [bot docs on all-contributors.js.org](https://all-contributors.js.org/docs/en/bot/overview). The all-contributors website contains all the information required to install, configure and use the bot.
If you're looking to use the bot, head over to the [bot docs on allcontributors.org](https://allcontributors.org/docs/en/bot/overview). The all-contributors website contains all the information required to install, configure and use the bot.

## Contributing
If you have suggestions for how the @all-contributors bot could be improved, or want to report a bug, [open an issue](https://github.com/all-contributors/all-contributors-bot/issues)!
Expand Down
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ default_permissions:


# The homepage of your GitHub App.
url: https://all-contributors.js.org
url: https://allcontributors.org

# A description of the GitHub App.
description: All Contributors Bot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function processAddContributor({
context.log.debug('No contributions')
return commentReply.reply(
`I couldn't determine any contributions to add, did you specify any contributions?
Please make sure to use [valid contribution names](https://all-contributors.js.org/docs/en/emoji-key).`,
Please make sure to use [valid contribution names](https://allcontributors.org/docs/en/emoji-key).`,
)
}
const { name, avatar_url, profile } = await getUserDetails({
Expand Down

0 comments on commit 9283176

Please sign in to comment.