Skip to content

Commit bc8c55a

Browse files
committed
Fix doc typos
1 parent 77a9133 commit bc8c55a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Report Transaction web service is called with the ``report()`` method:
8989
The method takes a dictionary representing the report to be sent to the web
9090
service. The structure of this dictionary should be in `the format specified
9191
in the REST API documentation
92-
<https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`__. The
92+
<https://dev.maxmind.com/minfraud/report-a-transaction?lang=en>`__. The
9393
``ip_address`` and ``tag`` fields are required. All other fields are optional.
9494

9595
Request Validation (for all request methods)

minfraud/webservice.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ async def factors(
243243
"""Query Factors endpoint with transaction data.
244244
245245
:param transaction: A dictionary containing the transaction to be
246-
sent to the minFraud Insights web service as specified in the `REST
246+
sent to the minFraud Factors web service as specified in the `REST
247247
API documentation
248248
<https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`_.
249249
:type transaction: dict
@@ -487,9 +487,9 @@ def factors(
487487
"""Query Factors endpoint with transaction data.
488488
489489
:param transaction: A dictionary containing the transaction to be
490-
sent to the minFraud Insights web service as specified in the `REST
490+
sent to the minFraud Factors web service as specified in the `REST
491491
API documentation
492-
<https://dev.maxmind.com/minfraud/report-a-transaction?lang=en>`_.
492+
<https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`_.
493493
:type transaction: dict
494494
:param validate: If set to false, validation of the transaction
495495
dictionary will be disabled. This validation helps ensure that your

0 commit comments

Comments
 (0)