mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-28 21:07:39 +00:00
doc: Link to the latest documentation
This commit is contained in:
parent
24a3f6dade
commit
92506f50e6
17
README.md
17
README.md
@ -54,24 +54,21 @@ bot.on('message', function (msg) {
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Usage ([release][usage-release] / [development][usage-dev])
|
* [Usage][usage]
|
||||||
* Examples ([release][examples-release] / [development][examples-dev])
|
* [Examples][examples]
|
||||||
* Help Information ([release][help-release] / [development][help-dev])
|
* [Help Information][help]
|
||||||
* API Reference ([release][api-release] / [development][api-dev])
|
* API Reference ([release][api-release] / [development][api-dev])
|
||||||
* [Contributing to the Project][contributing]
|
* [Contributing to the Project][contributing]
|
||||||
|
|
||||||
_**Note**: Development is done against the **master** branch. Code for the latest release
|
_**Note**: Development is done against the **master** branch. Code for the latest release
|
||||||
resides on the **release** branch._
|
resides on the **release** branch._
|
||||||
|
|
||||||
[usage-release]:https://github.com/yagop/node-telegram-bot-api/tree/release/doc/usage.md
|
|
||||||
[examples-release]:https://github.com/yagop/node-telegram-bot-api/tree/release/examples
|
|
||||||
[help-release]:https://github.com/yagop/node-telegram-bot-api/tree/release/doc/help.md
|
|
||||||
[api-release]:https://github.com/yagop/node-telegram-bot-api/tree/release/doc/api.md
|
|
||||||
|
|
||||||
[usage-dev]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md
|
[usage]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md
|
||||||
[examples-dev]:https://github.com/yagop/node-telegram-bot-api/tree/master/examples
|
[examples]:https://github.com/yagop/node-telegram-bot-api/tree/master/examples
|
||||||
[help-dev]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/help.md
|
[help]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/help.md
|
||||||
[api-dev]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/api.md
|
[api-dev]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/api.md
|
||||||
|
[api-release]:https://github.com/yagop/node-telegram-bot-api/tree/release/doc/api.md
|
||||||
[contributing]:https://github.com/yagop/node-telegram-bot-api/tree/master/CONTRIBUTING.md
|
[contributing]:https://github.com/yagop/node-telegram-bot-api/tree/master/CONTRIBUTING.md
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user