Updated expert use links

This commit is contained in:
dcoomber 2021-01-02 08:51:51 +02:00
parent d4bb169e6b
commit ec15b34dc6
3 changed files with 3 additions and 3 deletions

View File

@ -372,7 +372,7 @@ It features background tasks and interactive chats, and can serve as an interfac
<div class="sourceCode" id="cb4"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="ex">bin/send_message.sh</span> BOTADMIN <span class="st">&quot;This is my first message send from CLI&quot;</span></span>
<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb4-3"><a href="#cb4-3" aria-hidden="true" tabindex="-1"></a><span class="ex">bin/send_message.sh</span> <span class="at">--help</span></span></code></pre></div>
<p>You can also source bashbot for use in your scripts, for more information see <a href="doc/8_custom.md">Expert Use</a>.</p>
<p>You can also source bashbot for use in your scripts, for more information see <a href="doc/4_expert.md">Expert Use</a>.</p>
<h3>Blocked by telegram?</h3>
<p>This may happen if too many or wrong requests are sent to api.telegram.org, e.g. using a invalid token or invalid API calls. If the block stay for longer time you can ask telegram service to unblock your IP-Address.</p>
<p>You can check with curl or wget if you are blocked by Telegram:</p>

View File

@ -205,7 +205,7 @@ bin/send_message.sh BOTADMIN "This is my first message send from CLI"
bin/send_message.sh --help
```
You can also source bashbot for use in your scripts, for more information see [Expert Use](doc/8_custom.md).
You can also source bashbot for use in your scripts, for more information see [Expert Use](doc/4_expert.md).
### Blocked by telegram?

View File

@ -281,7 +281,7 @@ bin/send_message.sh --help
```
You can also source bashbot for use in your scripts, for more information see
[Expert Use](doc/8_custom.md).
[Expert Use](doc/4_expert.md).
### Blocked by telegram?