2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-29 13:27:44 +00:00

docs: Fix readme with correct link to api docs

This commit is contained in:
Daniel Pérez Fernández 2022-09-26 19:44:05 +02:00 committed by GitHub
parent d85370452a
commit ccdd14670b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,12 +69,12 @@ bot.on('message', (msg) => {
* [Examples][examples] * [Examples][examples]
* [Tutorials][tutorials] * [Tutorials][tutorials]
* [Help Information][help] * [Help Information][help]
* API Reference [api-release] / [development][api-dev] / [experimental][api-experimental]) * API Reference: ([api-release](../master/doc/api.md) / [development][api-dev] / [experimental][api-experimental])
* [Contributing to the Project][contributing] * [Contributing to the Project][contributing]
* [Experimental Features][experimental] * [Experimental Features][experimental]
_**Note**: Development is done against the **master** branch. _**Note**: Development is done against the **development** branch.
Code for the latest release resides on the **release** branch. Code for the latest release resides on the **master** branch.
Experimental features reside on the **experimental** branch._ Experimental features reside on the **experimental** branch._