Skip to content

Commit bcc747d

Browse files
committed
Link to the pagination guide
1 parent c272d30 commit bcc747d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/v3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ $ curl https://api.github.com/user/repos?page=2&per_page=100
293293
Note that page numbering is 1-based and that ommiting the `?page`
294294
parameter will return the first page.
295295

296+
For more information on pagination, check out our guide on [Traversing with Pagination][pagination-guide].
296297
### Link Header
297298

298299
The pagination info is included in [the Link
@@ -553,3 +554,4 @@ A link that looks like this:
553554
["url2", {:rel => "foo", :bar => "baz"}]] %>
554555

555556
[support]: https://github.com/contact?form[subject]=APIv3
557+
[pagination-guide]: /guides/traversing-with-pagination

0 commit comments

Comments
 (0)