Fix broken links

This commit is contained in:
Tyler Mairose
2024-07-04 16:16:12 -04:00
parent 47445ac499
commit 7d0721ed0f
5 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ slug: /tools/sdk/python/paginate
tags: ['SDK']
---
By default, your requests will return a maximum of 250 records. To return more, you must implement pagination. To learn more about pagination, refer to [Paginating Results](/idn/api/standard-collection-parameters/#paginating-results).
By default, your requests will return a maximum of 250 records. To return more, you must implement pagination. To learn more about pagination, refer to [Paginating Results](/docs/api/standard-collection-parameters/#paginating-results).
Here is an example of how to implement pagination with the SDK on line 10: