diff --git a/src/telegram.js b/src/telegram.js index 5b9b1c5..d2d0704 100644 --- a/src/telegram.js +++ b/src/telegram.js @@ -83,7 +83,7 @@ TelegramBot.prototype._request = function (path, options) { /** * Returns basic information about the bot in form of a `User` object. * @return {Promise} - * @see + * @see https://core.telegram.org/bots/api#getme */ TelegramBot.prototype.getMe = function () { var path = 'getMe';