diff --git a/lib/User.js b/lib/User.js index d6470324..a6f22324 100644 --- a/lib/User.js +++ b/lib/User.js @@ -92,8 +92,8 @@ class User extends Requestable { } /** - * List users followed by another user - * @see https://developer.github.com/v3/users/followers/#list-users-followed-by-another-user + * Lists the people who the authenticated user follows. + * @see https://docs.github.com/en/rest/reference/users#list-the-people-the-authenticated-user-follows * @param {Requestable.callback} [cb] - will receive the list of who a user is following * @return {Promise} - the promise for the http request */