File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function followers($page = 1)
54
54
}
55
55
56
56
/**
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
58
58
*
59
59
* @param array $params
60
60
* @param bool $includeOrgIssues
@@ -91,7 +91,7 @@ public function memberships()
91
91
}
92
92
93
93
/**
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
95
95
*
96
96
* @return array
97
97
*/
@@ -111,7 +111,7 @@ public function teams()
111
111
}
112
112
113
113
/**
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
115
115
*
116
116
* @param string $type role in the repository
117
117
* @param string $sort sort by
@@ -159,15 +159,15 @@ public function starring()
159
159
}
160
160
161
161
/**
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
163
163
*/
164
164
public function subscriptions ()
165
165
{
166
166
return $ this ->get ('/user/subscriptions ' );
167
167
}
168
168
169
169
/**
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
171
171
*
172
172
* @param array $params
173
173
*/
You can’t perform that action at this time.
0 commit comments