Skip to content

Commit 935488e

Browse files
committed
corrected link
1 parent c8ab54b commit 935488e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/User.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class User extends Requestable {
9393

9494
/**
9595
* List users followed by another user
96-
* @see https://developer.github.com/v3/users/followers/#list-users-followed-by-another-user
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)