@@ -274,7 +274,7 @@ async def factors(
274274 :param transaction: A dictionary containing the transaction to be
275275 sent to the minFraud Factors web service as specified in the `REST
276276 API documentation
277- <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`_.
277+ <https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en>`_.
278278 :type transaction: dict
279279 :param validate: If set to false, validation of the transaction
280280 dictionary will be disabled. This validation helps ensure that your
@@ -313,7 +313,7 @@ async def insights(
313313 :param transaction: A dictionary containing the transaction to be
314314 sent to the minFraud Insights web service as specified in the `REST
315315 API documentation
316- <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`_.
316+ <https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en>`_.
317317 :type transaction: dict
318318 :param validate: If set to false, validation of the transaction
319319 dictionary will be disabled. This validation helps ensure that your
@@ -352,7 +352,7 @@ async def score(
352352 :param transaction: A dictionary containing the transaction to be
353353 sent to the minFraud Score web service as specified in the `REST API
354354 documentation
355- <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`_.
355+ <https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en>`_.
356356 :type transaction: dict
357357 :param validate: If set to false, validation of the transaction
358358 dictionary will be disabled. This validation helps ensure that your
@@ -388,9 +388,9 @@ async def report(
388388 """Send a transaction report to the Report Transaction endpoint.
389389
390390 :param report: A dictionary containing the transaction report to be sent
391- to the Report Transations web service as specified in the `REST API`
391+ to the Report Transations web service as specified in the `REST API
392392 documentation
393- <https://dev.maxmind.com/minfraud/report-a-transaction?lang=en>_.
393+ <https://dev.maxmind.com/minfraud/report-a-transaction/ ?lang=en>` _.
394394 :type report: dict
395395 :param validate: If set to false, validation of the report dictionary
396396 will be disabled. This validation helps ensure that your request is
@@ -538,7 +538,7 @@ def factors(
538538 :param transaction: A dictionary containing the transaction to be
539539 sent to the minFraud Factors web service as specified in the `REST
540540 API documentation
541- <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`_.
541+ <https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en>`_.
542542 :type transaction: dict
543543 :param validate: If set to false, validation of the transaction
544544 dictionary will be disabled. This validation helps ensure that your
@@ -577,7 +577,7 @@ def insights(
577577 :param transaction: A dictionary containing the transaction to be
578578 sent to the minFraud Insights web service as specified in the `REST
579579 API documentation
580- <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`_.
580+ <https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en>`_.
581581 :type transaction: dict
582582 :param validate: If set to false, validation of the transaction
583583 dictionary will be disabled. This validation helps ensure that your
@@ -616,7 +616,7 @@ def score(
616616 :param transaction: A dictionary containing the transaction to be
617617 sent to the minFraud Score web service as specified in the `REST API
618618 documentation
619- <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`_.
619+ <https://dev.maxmind.com/minfraud/api-documentation/requests/ ?lang=en>`_.
620620 :type transaction: dict
621621 :param validate: If set to false, validation of the transaction
622622 dictionary will be disabled. This validation helps ensure that your
@@ -652,9 +652,9 @@ def report(
652652 """Send a transaction report to the Report Transaction endpoint.
653653
654654 :param report: A dictionary containing the transaction report to be sent
655- to the Report Transations web service as specified in the `REST API`
655+ to the Report Transations web service as specified in the `REST API
656656 documentation
657- <https://dev.maxmind.com/minfraud/report-transaction/#Request_Body> _.
657+ <https://dev.maxmind.com/minfraud/report-a- transaction/?lang=en>` _.
658658 :type report: dict
659659 :param validate: If set to false, validation of the report dictionary
660660 will be disabled. This validation helps ensure that your request is
0 commit comments