We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ab54b commit 935488eCopy full SHA for 935488e
lib/User.js
@@ -93,7 +93,7 @@ class User extends Requestable {
93
94
/**
95
* List users followed by another user
96
- * @see https://developer.github.com/v3/users/followers/#list-users-followed-by-another-user
+ * @see https://docs.github.com/en/rest/reference/users#list-the-people-the-authenticated-user-follows
97
* @param {Requestable.callback} [cb] - will receive the list of who a user is following
98
* @return {Promise} - the promise for the http request
99
*/
0 commit comments