Skip to content

Commit 6565e76

Browse files
committed
Replaced link and fixed grammatical error (/support)
1 parent 70d0e73 commit 6565e76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Un-official Telegram bot of [free-programming-books](https://github.com/EbookFou
4040

4141
7. Open `https://app-name.herokuapp.com/` if the bot doesn't start (mainly the first time)
4242
43-
If you want to test the app locally before committing, read [Heroku documentation](https://devcenter.heroku.com/articles/heroku-local).
43+
If you want to test the app locally before committing, read [Heroku documentation](https://devcenter.heroku.com/articles/heroku-local).
4444
4545
4646
#### Improve code
4747
48-
Create a Pull Request detailing the changes made.
48+
Create a Pull Request detailing the changes made.

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def print_resource(message):
234234

235235
@bot.message_handler(commands=['support'])
236236
def support(message):
237-
text = "For any issues you can contact the bot and github repository support at: github.com/EbookFoundation/free-programming-books/issues"
237+
text = "For any issues you can contact the staff support at: github.com/LuigiImVector/freeprogrammingbooks-bot/issues/new"
238238

239239
bot.send_message(
240240
message.chat.id,

0 commit comments

Comments
 (0)