From 445db7eaf8fc37062ed2ecf6e9c9fb5fcfb664cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Br=C3=BCckner?= Date: Thu, 11 Jan 2024 11:15:05 +0100 Subject: [PATCH] Updates wrong link in documentation for usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frank Brückner --- docs/book/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/usage.md b/docs/book/usage.md index e21514f..e289918 100644 --- a/docs/book/usage.md +++ b/docs/book/usage.md @@ -35,7 +35,7 @@ $paginator->setCurrentPageNumber($page); ``` The simplest way to keep track of this value is through a URL parameter. The -following is an example [laminas-router](https://laminas.github.com/laminas-router) +following is an example [laminas-router](https://docs.laminas.dev/laminas-router/) route configuration: ```php