diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:18:57 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:18:57 +0300 |
commit | 2079470ab2754450566250814b793042d3bbdf6c (patch) | |
tree | 47deb2dbf29d0dc6dfb7eb5d71b7390f4431f4fe /include | |
parent | 30c3ae5dbaa90afd9b30071a7f22bc15e54ec09f (diff) |
Update doxygen main page
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/tgbot.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/tgbot/tgbot.h b/include/tgbot/tgbot.h index b01cb6e..8ebf51d 100644 --- a/include/tgbot/tgbot.h +++ b/include/tgbot/tgbot.h @@ -134,13 +134,10 @@ * You can use Docker to build and run your bot. Set the base image of your's Dockerfile to [reo7sp/tgbot-cpp](https://hub.docker.com/r/reo7sp/tgbot-cpp/). * * @section Samples - * All samples are located [here](https://github.com/reo7sp/tgbot-cpp/tree/master/samples) - * - * @section Feedback - * Feel free to [create new issues on GitHub](https://github.com/reo7sp/tgbot-cpp/issues) or [contact me on Telegram](https://t.me/reo7sp) + * All samples are located [here](https://github.com/reo7sp/tgbot-cpp/tree/master/samples). * * @section Licence - * [The MIT License](http://opensource.org/licenses/MIT) + * [The MIT License](https://github.com/reo7sp/tgbot-cpp/blob/master/LICENSE). */ #endif //TGBOT_TGBOT_H |