Skip to content

Commit bfa97f6

Browse files
authored
fix(doc): links to doc in CurrentUser class
1 parent cad499e commit bfa97f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/Github/Api/CurrentUser.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function followers($page = 1)
5454
}
5555

5656
/**
57-
* @link http://developer.github.com/v3/issues/#list-issues
57+
* @link https://docs.github.com/en/rest/reference/issues#list-user-account-issues-assigned-to-the-authenticated-user
5858
*
5959
* @param array $params
6060
* @param bool $includeOrgIssues
@@ -91,7 +91,7 @@ public function memberships()
9191
}
9292

9393
/**
94-
* @link http://developer.github.com/v3/orgs/#list-user-organizations
94+
* @link https://docs.github.com/en/rest/reference/orgs#list-organizations-for-the-authenticated-user
9595
*
9696
* @return array
9797
*/
@@ -111,7 +111,7 @@ public function teams()
111111
}
112112

113113
/**
114-
* @link http://developer.github.com/v3/repos/#list-your-repositories
114+
* @link https://docs.github.com/en/rest/reference/repos#list-repositories-for-the-authenticated-user
115115
*
116116
* @param string $type role in the repository
117117
* @param string $sort sort by
@@ -159,15 +159,15 @@ public function starring()
159159
}
160160

161161
/**
162-
* @link https://developer.github.com/v3/activity/watching/#list-repositories-being-watched
162+
* @link https://docs.github.com/en/rest/reference/activity#list-repositories-watched-by-the-authenticated-user
163163
*/
164164
public function subscriptions()
165165
{
166166
return $this->get('/user/subscriptions');
167167
}
168168

169169
/**
170-
* @link https://developer.github.com/v3/apps/installations/#list-app-installations-accessible-to-the-user-access-token
170+
* @link https://docs.github.com/en/rest/reference/apps#list-app-installations-accessible-to-the-user-access-token
171171
*
172172
* @param array $params
173173
*/

0 commit comments

Comments
 (0)