Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k committed Jan 12, 2020
1 parent 5b2d517 commit 9538518
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Rapid pagination without using OFFSET
### Note

- For CakePHP 2.x, use [lampager/lampager-cakephp2][].
- For CakePHP 3.x, use [lampager/lampager-cakephp (v1.x)][].
- For CakePHP 3.x, use [lampager/lampager-cakephp v1.x][].
- For CakePHP 4.x, use lampager/lampager-cakephp v2.x (this version).

## Installing
Expand Down Expand Up @@ -417,8 +417,8 @@ return [
];
```

[lampager/lampager]: https://github.com/lampager/lampager
[lampager/lampager-cakephp (v1.x)]: https://github.com/lampager/lampager-cakephp/tree/v1.x
[lampager/lampager-cakephp2]: https://github.com/lampager/lampager-cakephp2
[Pagination]: https://book.cakephp.org/3/en/controllers/components/pagination.html
[Working with Result Sets]: https://book.cakephp.org/3/en/orm/retrieving-data-and-resultsets.html#working-with-result-sets
[lampager/lampager]: https://github.com/lampager/lampager
[lampager/lampager-cakephp v1.x]: https://github.com/lampager/lampager-cakephp/tree/v1.x
[lampager/lampager-cakephp2]: https://github.com/lampager/lampager-cakephp2
[Pagination]: https://book.cakephp.org/3/en/controllers/components/pagination.html
[Working with Result Sets]: https://book.cakephp.org/3/en/orm/retrieving-data-and-resultsets.html#working-with-result-sets

0 comments on commit 9538518

Please sign in to comment.