From 535aa56345e8d4ea8c885197a1e1784b9f4310cf Mon Sep 17 00:00:00 2001 From: Ni2c2k Date: Wed, 25 Jan 2017 23:48:38 +0500 Subject: [PATCH] doc: Fix links for examples and help in README (#266) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9329bb0..c9c71f3 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,13 @@ _**Note**: Development is done against the **master** branch. Code for the lates 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/doc/help.md -[help-release]:https://github.com/yagop/node-telegram-bot-api/tree/release/examples +[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 -[examples-dev]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/help.md -[help-dev]:https://github.com/yagop/node-telegram-bot-api/tree/master/examples +[examples-dev]: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 [api-dev]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/api.md [contributing]:https://github.com/yagop/node-telegram-bot-api/tree/master/CONTRIBUTING.md