Skip to content

Commit 20ac30a

Browse files
authored
Merge pull request #42 from zero-24/404links
Fix the 404 Links pointing to github
2 parents 8ff848c + b7c6090 commit 20ac30a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Package/Users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* GitHub API References class for the Joomla Framework.
1515
*
16-
* @link https://developer.github.com/v3/repos/users
16+
* @link https://developer.github.com/v3/users
1717
*
1818
* @since 1.0
1919
*

src/Package/Users/Emails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Management of email addresses via the API requires that you are authenticated
1717
* through basic auth or OAuth with the user scope.
1818
*
19-
* @link https://developer.github.com/v3/repos/users/emails
19+
* @link https://developer.github.com/v3/users/emails
2020
*
2121
* @since 1.0
2222
*/

src/Package/Users/Followers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* GitHub API Followers class for the Joomla Framework.
1515
*
16-
* @link https://developer.github.com/v3/repos/users/followers
16+
* @link https://developer.github.com/v3/users/followers
1717
*
1818
* @since 1.0
1919
*/

src/Package/Users/Keys.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* GitHub API References class for the Joomla Framework.
1515
*
16-
* @link https://developer.github.com/v3/repos/users/keys
16+
* @link https://developer.github.com/v3/users/keys
1717
*
1818
* @since 1.0
1919
*/

0 commit comments

Comments
 (0)