Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Update broken link in pagination.md #506

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Thunder supports paginated `FieldFunc`s. When creating a paginated field, you
can either let Thunder handle pagination, or handle pagination yourself.

Our Pagination implementation follows the [Relay spec](https://facebook.github.io/relay/docs/en/pagination-container.html)
Our Pagination implementation follows the [Relay spec](https://relay.dev/docs/v10.1.3/pagination-container/)

## Thunder-managed pagination

Expand Down