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)
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 */
You can’t perform that action at this time.
0 commit comments