Skip to content

Commit 75f10a0

Browse files
author
Luka Zitnik
committed
update link
1 parent 6204ece commit 75f10a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/score/ScoreClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ScoreClient extends RestClient {
1515
* Score is an API that delivers reputation scoring based on phone number intelligence, traffic patterns, machine
1616
* learning, and a global data consortium.
1717
*
18-
* See https://developer.telesign.com/docs/rest_api-phoneid-score for detailed API documentation.
18+
* See https://developer.telesign.com/docs/score-api for detailed API documentation.
1919
*/
2020
function score ($phone_number, $account_lifecycle_event, array $other = []) {
2121
return $this->post(sprintf(self::SCORE_RESOURCE, $phone_number), array_merge($other, [

0 commit comments

Comments
 (0)