@@ -243,9 +243,9 @@ 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
248- <https://dev.maxmind.com/minfraud/#Request_Body >`_.
248+ <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en >`_.
249249 :type transaction: dict
250250 :param validate: If set to false, validation of the transaction
251251 dictionary will be disabled. This validation helps ensure that your
@@ -284,7 +284,7 @@ async def insights(
284284 :param transaction: A dictionary containing the transaction to be
285285 sent to the minFraud Insights web service as specified in the `REST
286286 API documentation
287- <https://dev.maxmind.com/minfraud/#Request_Body >`_.
287+ <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en >`_.
288288 :type transaction: dict
289289 :param validate: If set to false, validation of the transaction
290290 dictionary will be disabled. This validation helps ensure that your
@@ -323,7 +323,7 @@ async def score(
323323 :param transaction: A dictionary containing the transaction to be
324324 sent to the minFraud Score web service as specified in the `REST API
325325 documentation
326- <https://dev.maxmind.com/minfraud/#Request_Body >`_.
326+ <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en >`_.
327327 :type transaction: dict
328328 :param validate: If set to false, validation of the transaction
329329 dictionary will be disabled. This validation helps ensure that your
@@ -359,7 +359,7 @@ async def report(
359359 :param report: A dictionary containing the transaction report to be sent
360360 to the Report Transations web service as specified in the `REST API`
361361 documentation
362- <https://dev.maxmind.com/minfraud/report-transaction/#Request_Body >_.
362+ <https://dev.maxmind.com/minfraud/report-a- transaction?lang=en >_.
363363 :type report: dict
364364 :param validate: If set to false, validation of the report dictionary
365365 will be disabled. This validation helps ensure that your request is
@@ -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/#Request_Body >`_.
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
@@ -528,7 +528,7 @@ def insights(
528528 :param transaction: A dictionary containing the transaction to be
529529 sent to the minFraud Insights web service as specified in the `REST
530530 API documentation
531- <https://dev.maxmind.com/minfraud/#Request_Body >`_.
531+ <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en >`_.
532532 :type transaction: dict
533533 :param validate: If set to false, validation of the transaction
534534 dictionary will be disabled. This validation helps ensure that your
@@ -567,7 +567,7 @@ def score(
567567 :param transaction: A dictionary containing the transaction to be
568568 sent to the minFraud Score web service as specified in the `REST API
569569 documentation
570- <https://dev.maxmind.com/minfraud/#Request_Body >`_.
570+ <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en >`_.
571571 :type transaction: dict
572572 :param validate: If set to false, validation of the transaction
573573 dictionary will be disabled. This validation helps ensure that your
0 commit comments