From 935488e16eb7ea26f2ed9c3ccd8b911318f7553d Mon Sep 17 00:00:00 2001 From: luisborit Date: Tue, 26 Jan 2021 01:38:19 -0500 Subject: [PATCH 1/2] corrected link --- lib/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/User.js b/lib/User.js index d6470324..64d377fd 100644 --- a/lib/User.js +++ b/lib/User.js @@ -93,7 +93,7 @@ class User extends Requestable { /** * List users followed by another user - * @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 * @param {Requestable.callback} [cb] - will receive the list of who a user is following * @return {Promise} - the promise for the http request */ From ac6cd1f69e4770ced303c4a9723239f3266cca57 Mon Sep 17 00:00:00 2001 From: luisborit Date: Thu, 4 Feb 2021 23:48:09 -0500 Subject: [PATCH 2/2] comment edited --- lib/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/User.js b/lib/User.js index 64d377fd..a6f22324 100644 --- a/lib/User.js +++ b/lib/User.js @@ -92,7 +92,7 @@ class User extends Requestable { } /** - * 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