Merge pull request #1399 from tomknig/improve_telegram_description

escape the otherwise omitted auth_token within the telegram agents getUpdates address

Dominik Sander 8 years ago
parent
commit
525f2e6b0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/agents/telegram_agent.rb

+ 1 - 1
app/models/agents/telegram_agent.rb

@@ -20,7 +20,7 @@ module Agents
20 20
 
21 21
       1. Obtain an `auth_token` by [creating a new bot](https://telegram.me/botfather).
22 22
       2. Send a private message to your bot by visiting https://telegram.me/YourHuginnBot
23
-      3. Obtain your private `chat_id` from the recently started conversation by visiting https://api.telegram.org/bot<auth_token>/getUpdates
23
+      3. Obtain your private `chat_id` from the recently started conversation by visiting https://api.telegram.org/bot`<auth_token>`/getUpdates
24 24
     MD
25 25
 
26 26
     def default_options