Fix broken links

This commit is contained in:
Tyler Mairose
2024-07-04 16:29:15 -04:00
parent 7d0721ed0f
commit 688c4f93a1
2 changed files with 2 additions and 2 deletions

View File

@@ -44,4 +44,4 @@ The `result_limit` specifies the total number of results you can return, 1000. T
You can also provide an `offset` value to specify which record number to start the request on. For example, you can add `offset=11` to start getting accounts from the 12th record, 11, instead of the first, 0.
To find out whether an endpoint supports pagination, refer to its documentation. Any API supporting pagination lists the optional query parameters detailed in [Paginating Results](/idn/api/standard-collection-parameters/#paginating-results).
To find out whether an endpoint supports pagination, refer to its documentation. Any API supporting pagination lists the optional query parameters detailed in [Paginating Results](/docs/api/standard-collection-parameters/#paginating-results).