Skip to content

Commit 5408138

Browse files
authored
Merge pull request #638 from luisborit/master
corrected link
2 parents c8ab54b + ac6cd1f commit 5408138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/User.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ class User extends Requestable {
9292
}
9393

9494
/**
95-
* List users followed by another user
96-
* @see https://developer.github.com/v3/users/followers/#list-users-followed-by-another-user
95+
* Lists the people who the authenticated user follows.
96+
* @see https://docs.github.com/en/rest/reference/users#list-the-people-the-authenticated-user-follows
9797
* @param {Requestable.callback} [cb] - will receive the list of who a user is following
9898
* @return {Promise} - the promise for the http request
9999
*/

0 commit comments

Comments
 (0)