Skip to content

Commit 6d3c5c5

Browse files
zero-24Michael Babker
authored andcommitted
fix 404 on github dokukmentation links (#19775)
1 parent c9e45bb commit 6d3c5c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/joomla/github/package/users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* GitHub API References class for the Joomla Platform.
1414
*
15-
* @documentation https://developer.github.com/v3/repos/users
15+
* @documentation https://developer.github.com/v3/users
1616
*
1717
* @since 12.3
1818
* @deprecated 4.0 Use the `joomla/github` package via Composer instead

libraries/joomla/github/package/users/emails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Management of email addresses via the API requires that you are authenticated
1616
* through basic auth or OAuth with the user scope.
1717
*
18-
* @documentation https://developer.github.com/v3/repos/users/emails
18+
* @documentation https://developer.github.com/v3/users/emails
1919
*
2020
* @since 12.3
2121
* @deprecated 4.0 Use the `joomla/github` package via Composer instead

libraries/joomla/github/package/users/followers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* GitHub API References class for the Joomla Platform.
1414
*
15-
* @documentation https://developer.github.com/v3/repos/users/followers
15+
* @documentation https://developer.github.com/v3/users/followers
1616
*
1717
* @since 12.3
1818
* @deprecated 4.0 Use the `joomla/github` package via Composer instead

libraries/joomla/github/package/users/keys.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* GitHub API References class for the Joomla Platform.
1414
*
15-
* @documentation https://developer.github.com/v3/repos/users/keys
15+
* @documentation https://developer.github.com/v3/users/keys
1616
*
1717
* @since 12.3
1818
* @deprecated 4.0 Use the `joomla/github` package via Composer instead

0 commit comments

Comments
 (0)