Skip to content

Commit 76603a7

Browse files
committed
Issue 26: update documentation links
1 parent ec11aed commit 76603a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Requests/User/UserRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function get($parameters)
3030
* are assignable to projects or issues.
3131
* This resource cannot be accessed anonymously.
3232
*
33-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-users-search-get
33+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search/#api-rest-api-3-user-search-get
3434
*
3535
* @param array|\\Illuminate\\Contracts\\Support\\Arrayable $parameters
3636
*
@@ -49,7 +49,7 @@ public function search($parameters)
4949
* Returns a list of users that match the search string and/or property
5050
* This resource cannot be accessed anonymously.
5151
*
52-
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search/#api-rest-api-3-user-search-get
52+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-users-search-get
5353
*
5454
* @param array|\\Illuminate\\Contracts\\Support\\Arrayable $parameters
5555
*

0 commit comments

Comments
 (0)