Skip to content

Commit

Permalink
fix: issues with the pagination-controlled url href
Browse files Browse the repository at this point in the history
The href url was pointing to a not found page, I updated it to the one I believe is the new proper one
  • Loading branch information
ricoloic authored Mar 3, 2025
1 parent db745af commit ef9d1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Pagination Guide
Want to skip to the implementation? Check out these examples:

- [pagination](../../framework/react/examples/pagination)
- [pagination-controlled (React Query)](../../framework/react/examples/pagination-controlled)
- [pagination-controlled (React Query)](../../docs/framework/react/examples/pagination-controlled)
- [editable-data](../../framework/react/examples/editable-data)
- [expanding](../../framework/react/examples/expanding)
- [filters](../../framework/react/examples/filters)
Expand Down

0 comments on commit ef9d1bb

Please sign in to comment.