Skip to content

Commit 6a03499

Browse files
authored
Merge pull request #59 from froschdesign/hotfix/docs/404-link
Updates wrong link in documentation for usage
2 parents caacfd2 + 445db7e commit 6a03499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $paginator->setCurrentPageNumber($page);
3535
```
3636

3737
The simplest way to keep track of this value is through a URL parameter. The
38-
following is an example [laminas-router](https://laminas.github.com/laminas-router)
38+
following is an example [laminas-router](https://docs.laminas.dev/laminas-router/)
3939
route configuration:
4040

4141
```php

0 commit comments

Comments
 (0)