Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 55ad084

Browse files
authored
Merge pull request #51 from maxmind/kevin/update-dev-links
Update dev.maxmind.com links
2 parents 44d362e + ddb41fd commit 55ad084

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ version 1.010000
5757
# DESCRIPTION
5858

5959
This distribution provides an API for the
60-
[MaxMind minFraud Score, Insights, and Factors web services](https://dev.maxmind.com/minfraud/)
61-
and the [MaxMind minFraud Report Transaction web service](https://dev.maxmind.com/minfraud/report-a-transaction).
60+
[MaxMind minFraud Score, Insights, and Factors web services](https://dev.maxmind.com/minfraud?lang=en)
61+
and the [MaxMind minFraud Report Transaction web service](https://dev.maxmind.com/minfraud/report-a-transaction?lang=en).
6262

6363
See [WebService::MinFraud::Client](https://metacpan.org/pod/WebService%3A%3AMinFraud%3A%3AClient) for details on using the web service client
6464
API.

lib/WebService/MinFraud.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ __END__
6565
=head1 DESCRIPTION
6666
6767
This distribution provides an API for the
68-
L<MaxMind minFraud Score, Insights, and Factors web services|https://dev.maxmind.com/minfraud/>
69-
and the L<MaxMind minFraud Report Transaction web service|https://dev.maxmind.com/minfraud/report-a-transaction>.
68+
L<MaxMind minFraud Score, Insights, and Factors web services|https://dev.maxmind.com/minfraud?lang=en>
69+
and the L<MaxMind minFraud Report Transaction web service|https://dev.maxmind.com/minfraud/report-a-transaction?lang=en>.
7070
7171
See L<WebService::MinFraud::Client> for details on using the web service client
7272
API.

lib/WebService/MinFraud/Client.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ __END__
390390
This class provides a client API for the MaxMind minFraud Score, Insights
391391
Factors web services, and the Chargeback web service. The B<Insights>
392392
service returns more data about a transaction than the B<Score> service.
393-
See the L<API documentation|https://dev.maxmind.com/minfraud/>
393+
See the L<API documentation|https://dev.maxmind.com/minfraud?lang=en>
394394
for more details.
395395
396396
Each web service is represented by a different model class, and
@@ -529,7 +529,7 @@ dotted-quad notation or the IPv6 hexadecimal-colon notation.
529529
=head1 REQUEST METHODS
530530
531531
All of the fraud service request methods require a device ip_address. See the
532-
L<API documentation for fraud services|https://dev.maxmind.com/minfraud/>
532+
L<API documentation for fraud services|https://dev.maxmind.com/minfraud?lang=en>
533533
for details on all the values that can be part of the request. Portions of the
534534
request hash with undefined and empty string values are automatically removed
535535
from the request.
@@ -571,7 +571,7 @@ support policies for dependencies and Perl itself.
571571
572572
For details on the possible errors returned by the web service itself, please
573573
refer to the
574-
L<API documentation|https://dev.maxmind.com/minfraud/>.
574+
L<API documentation|https://dev.maxmind.com/minfraud?lang=en>.
575575
576576
Prior to making the request to the web service, the request HashRef is passed
577577
to L<WebService::MinFraud::Validator> for checks. If the request fails
@@ -600,7 +600,7 @@ sort of (hopefully) useful error message.
600600
=head1 WHAT DATA IS RETURNED?
601601
602602
Please see the
603-
L<API documentation|https://dev.maxmind.com/minfraud/>
603+
L<API documentation|https://dev.maxmind.com/minfraud?lang=en>
604604
for details on what data each web service may return.
605605
606606
Every record class attribute has a corresponding predicate method so that you

lib/WebService/MinFraud/Error/WebService.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extends L<Throwable::Error> and adds attributes of its own.
6464
6565
The C<< message >> and C<< stack_trace >> methods are
6666
inherited from L<Throwable::Error>. The message will be the value provided by
67-
the MaxMind web service. See L<https://dev.maxmind.com/minfraud> for
67+
the MaxMind web service. See L<https://dev.maxmind.com/minfraud?lang=en> for
6868
details.
6969
7070
It also provides three methods of its own:

lib/WebService/MinFraud/Model/Chargeback.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ __END__
3232
This class provides an interface consistent with the fraud services' model interfaces.
3333
3434
The Chargeback API will not return any content. See L<API
35-
documentation|https://dev.maxmind.com/minfraud/chargeback/>
35+
documentation|https://dev.maxmind.com/minfraud/report-a-transaction?lang=en>
3636
for more details.

lib/WebService/MinFraud/Model/Factors.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ service.
7474
7575
The Factors model class includes more data than the Score model class. See
7676
the L<API
77-
documentation|https://dev.maxmind.com/minfraud/>
77+
documentation|https://dev.maxmind.com/minfraud?lang=en>
7878
for more details.
7979
8080
=head1 METHODS

lib/WebService/MinFraud/Model/Insights.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ service.
7272
7373
The Insights model class includes more data than the Score model class. See
7474
the L<API
75-
documentation|https://dev.maxmind.com/minfraud/>
75+
documentation|https://dev.maxmind.com/minfraud?lang=en>
7676
for more details.
7777
7878
=head1 METHODS

lib/WebService/MinFraud/Model/Score.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This class provides a model for the data returned by the minFraud Score
4848
web service.
4949
5050
For more details, see the L<API
51-
documentation|https://dev.maxmind.com/minfraud/>.
51+
documentation|https://dev.maxmind.com/minfraud?lang=en>.
5252
5353
=head1 METHODS
5454

lib/WebService/MinFraud/Record/Warning.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This class provides the following methods:
5959
=head2 code
6060
6161
Returns a machine-readable code identifying the warning. See the L<API
62-
documentation|https://dev.maxmind.com/minfraud/#Warning>
62+
documentation|https://dev.maxmind.com/minfraud/api-documentation/responses?lang=en#schema--response--warning>
6363
for the current list.
6464
6565
=head2 input_pointer

0 commit comments

Comments
 (0)