Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Zitnik committed Apr 12, 2017
1 parent 6204ece commit 75f10a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/score/ScoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ScoreClient extends RestClient {
* Score is an API that delivers reputation scoring based on phone number intelligence, traffic patterns, machine
* learning, and a global data consortium.
*
* See https://developer.telesign.com/docs/rest_api-phoneid-score for detailed API documentation.
* See https://developer.telesign.com/docs/score-api for detailed API documentation.
*/
function score ($phone_number, $account_lifecycle_event, array $other = []) {
return $this->post(sprintf(self::SCORE_RESOURCE, $phone_number), array_merge($other, [
Expand Down

0 comments on commit 75f10a0

Please sign in to comment.