Skip to content

Commit

Permalink
Fixed CONTRIBUTING link
Browse files Browse the repository at this point in the history
  • Loading branch information
akalongman committed Aug 23, 2016
1 parent 20f480c commit 9b844ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ The Bot can:
- supports supergroups.
- handle commands in chat with other bots.
- manage Channel from the bot admin interface.
- full support for **inline bots**.
- full support for **inline bots**.
- inline keyboard.
- Messages, InlineQuery and ChosenInlineQuery are stored in the Database.
- *Botan.io* integration and database cache system. (**new!**)
- Conversation feature
- Conversation feature

-----
This code is available on
Expand Down Expand Up @@ -479,7 +479,7 @@ $telegram->setCommandConfig('weather', ['owm_api_key' => 'your_owm_api_key_here'
Enabling this feature, the admin bot can perform some super user commands like:
- Send message to all chats */sendtoall*
- List all the chats started with the bot */chats*
- Post any content to your channels */sendtochannel*
- Post any content to your channels */sendtochannel*
- inspect a user or a chat with */whois* (new!)

#### Set Admins
Expand Down Expand Up @@ -537,7 +537,7 @@ If you like living on the edge, please report any bugs you find on the

## Contributing

See [CONTRIBUTING](CONTRIBUTING.md) for more information.
See [CONTRIBUTING](.github/CONTRIBUTING.md) for more information.

## License

Expand Down

0 comments on commit 9b844ca

Please sign in to comment.